Skip to content

nainslie/git-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-aliases

My git aliases

[alias]
  co = checkout
  purr = pull --rebase
  ready = rebase -i @{u}    # for pure git repos with remotes
  ready = !sh git-ready     # for git to svn, will rebase to most recent svn commit
  st = status -sb
  po = push origin
  lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
  ai = add -i
  logg = log --pretty=format:'%h - %s %b - %an - %cd'
  

About

My git aliases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published