Skip to content

CyrusVatandoost/git-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Git-Aliases

  • alias.co=checkout
  • alias.br=branch
  • alias.ci=commit
  • alias.st=status
  • alias.publish=!git push -u origin $(git rev-parse --abbrev-ref HEAD)
  • alias.unstage=reset HEAD --
  • alias.ac=!git add . && git commit -m
  • alias.l=log --all --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'

About

List of git shortcuts I use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published