Welcome To Snipplr


Everyone's Recent Snippets Tagged git



A fast and easy way to go through all vim-pathogen bundles and perform a git pull on all of them.
0 1848 posted 14 years ago by luizlopes
Shows you the full contents of any file at any time in history
0 1640 posted 14 years ago by therobot
"-n" just shows you what will be deleted. Replace it with "-f" to actually clean your repository
0 1490 posted 14 years ago by limepix
Restore a deleted file within the git repo
1 1493 posted 14 years ago by Glycerine
Update a Git repo with PHP
0 1274 posted 14 years ago by adampatterson
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 3210 posted 14 years ago by magicrebirth
0 1279 posted 14 years ago by limepix
0 1101 posted 14 years ago by ragnarokkrr
Useful when managing a bunch of submodules.
0 1042 posted 14 years ago by iloveitaly
0 1060 posted 14 years ago by craig0990
run this in git bash to see a pretty blame
0 1346 posted 14 years ago by root_hacker
0 1260 posted 14 years ago by Roen
0 977 posted 14 years ago by chrisramakers
Make sure it has the appropriate rights. chmod -x post-receive
0 910 posted 14 years ago by Seich
0 1156 posted 14 years ago by ferro
0 1198 posted 14 years ago by manuelstofer
0 1303 posted 14 years ago by jmccartie
0 1621 posted 14 years ago by arunpjohny
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 3385 posted 14 years ago by yanek1988
0 1165 posted 15 years ago by titosemi
0 2322 posted 15 years ago by gerhardsletten
1 1330 posted 15 years ago by wdso
git branch will give us all the branches in the current repository and the current branch will be denoted by a * mark.
0 1450 posted 15 years ago by arunpjohny
This will display the commit difference between the origin/master branch and the current working branch
0 1402 posted 15 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 1030 posted 15 years ago by jturmel