Skip to content

Instantly share code, notes, and snippets.

@SamsadSajid
Last active June 17, 2022 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamsadSajid/162d305c816da83897cb1a0eab8052ff to your computer and use it in GitHub Desktop.
Save SamsadSajid/162d305c816da83897cb1a0eab8052ff to your computer and use it in GitHub Desktop.
Alias Command
gaa git add --all
gcmsg git commit -m
ggp git push origin $(current_branch)
gcm git checkout $(git_main_branch)
grhh git reset --hard
gcb git checkout -b
gsta git stash push
gstd git stash drop
gst git status
glo git log --oneline --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment