Skip to content

Instantly share code, notes, and snippets.

@luisuribe
Created February 14, 2011 20:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save luisuribe/826504 to your computer and use it in GitHub Desktop.
Save luisuribe/826504 to your computer and use it in GitHub Desktop.
git gist
// Clone just one branch
mkdir $BRANCH
cd $BRANCH
git init
git remote add -t $BRANCH -f origin $REMOTE_REPO
git checkout $BRANCH
// Aliases and stuff
git config --global user.name "Luis Uribe"
git config --global user.email acme@eviled.org
git config --global color.ui true
alias ga='git add'
alias gp='git push'
alias gl='git log'
alias gs='git status'
alias gd='git diff'
alias gdc='git diff --cached'
alias gm='git commit -m'
alias gma='git commit -am'
alias gb='git branch'
alias gc='git checkout'
alias gra='git remote add'
alias grr='git remote rm'
alias gpu='git pull'
alias gcl='git clone'
@Fabeha-blackthorn
Copy link

.welcome.ng-star-inserted {
display: hidden;
}
.start-dates {
display:none !important;
}
#date-and-time {
display:none !important;
}

.check {
display:none !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment