Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] A couple of git questions regarding tags



> One additional related question. Suppose the running code is
> uncommitted, how easy is it to determine if the code has been committed.

git status???

I use that command so often, I alias it to gs.

alias ga='git add'
alias gs='git status'
alias gl='git pull'
alias gp='git push'
alias gd='git diff'
alias gc='git commit -v'
alias gca='git commit -v -a'
alias gb='git branch'
aliases:alias gba='git branch -a'
alias glog='git log'
alias gre='git rebase'     # sync up branches
alias gco='git checkout'   # revert file, change branch

Doug



BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org