Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
> 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 | |
We also thank MIT for the use of their facilities. |