ot-apollo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/achieve/public_html/knowledgebase/wp-includes/functions.php on line 6131alias gs='git status' alias ga='git add -A' alias gc='git commit -a -m $1' alias gp='git push origin master' alias gpl='git pull origin master'
After saving the file, restart the command prompt. Type the alias in the command prompt to get the results:
gs
ga
gc "your message"
gp
gpl
*Note:
$1, $2, $3, etc… are command line inputs which are passed to alias.
Same way you can also use this feature in Git Push & Git Pull to treat command line inputs as sources and branches