jturmel


Member since 03/03/2008

Website: http://josht.com

Twitter: @JT

12 snippets

2128 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

jturmel's Recent Snippets



« Prev 1 Next »
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 404 posted 13 years ago by jturmel
Squashing --------- WARNING: "git rebase" changes history. Be careful. Google it. git rebase --interactive HEAD~10 (then change all but the first "pick" to "squash") squash the last 10 commits into one big commit
0 993 posted 14 years ago by jturmel
You must have already setup your /etc/init.d/some_binary file and it should have the chkconfig line in it that specifies the on/off run levels and start/stop priorities.
0 666 posted 14 years ago by jturmel
This is for creating an annotated tag in Git.
0 663 posted 14 years ago by jturmel
0 519 posted 14 years ago by jturmel
Example code would remove all files/folders recursively starting from the current folder named file_name
0 621 posted 15 years ago by jturmel
« Prev 1 Next »