Categories
git WFS-India (Women in Free Software)

Git workshop over irc

Date: 15th June Venue: #wfs-india channel on freenode Time: 6:30pm to 8:30pm IST Registration: http://www.wfs-india.org/form/registration-form-git-workshop-june-15-2013 Git is, technically speaking, the most advanced version control system on earth right now. However this does not itself justify why everybody should learn it. The real value of git is that it has taken collaboration to a new level. […]

Categories
git

Git is God – what to do if you’ve deleted a commit

You can accidentally delete a commit in many ways – yeah! that’s pretty easy – you just have to do one thing – not pay attention to what you are doing! And boom! you’ve deleted a commit. In my case, I was rewriting my local commit history before sending a patch. I was using – […]

Categories
git

“git rebase -i” – finally

As you have already guessed from the title of this post that I am a beginner in git. So far I was making do with basic pull, diff, add, commit commands in git. But when my mentor reviewed some 10 patches that I sent him and shared his feedback, he suggested me to get familiar […]

Categories
git

Learning Git

I’ve used CVS and SVN during the 4 years that I worked in the software industry. Moving from CVS to SVN was a good experience. Now that I’m working on GeoIP and Wifi Geolocation server and client libraries with Gnome, I ‘ve started using git. This is my beginner stage and am going to keep […]