Welcome To Snipplr
Everyone's Recent Snippets Tagged git
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A fast and easy way to go through all vim-pathogen bundles and perform a git pull on all of them.
0
1065
posted 12 years ago by luizlopes
Shows you the full contents of any file at any time in history
0
878
posted 12 years ago by therobot
"-n" just shows you what will be deleted.
Replace it with "-f" to actually clean your repository
0
809
posted 12 years ago by limepix
Now when you do a git commit without specifying a commit message, TextMate will pop-up and allow you to enter a commit message in it. When you save the file and close the window, the commit will go through as normal. (If you have another text editor...
0
1335
posted 13 years ago by magicrebirth
Opcja Opis
%H Suma kontrolna zmiany
%h Skrócona suma kontrolna zmiany
%T Suma kontrolna drzewa
%t Skrócona suma kontrolna drzewa
%P Sumy kontrolne rodziców
%p Skrócone sumy kontrolne rodziców
%an Nazwisko autora
%ae Adres e-mail autora...
0
851
posted 13 years ago by yanek1988
git branch will give us all the branches in the current repository and the current branch will be denoted by a * mark.
0
833
posted 14 years ago by arunpjohny
This will display the commit difference between the origin/master branch and the current working branch
0
742
posted 14 years ago by arunpjohny
So we use Gerrit for code reviewing and I run **git commit --amend** quite a bit, a lot of times I don\\\'t want to amend the message I just want to add my new files to my existing commit and keep working, this makes that part easier. Just add this...
0
556
posted 14 years ago by jturmel