Blog Posts on git




Percent:
 
Distinct:
 


How to add global ignore file in git by czetsuya's tech on Mar 4, 2013This tutorial assumes that you already download and install GIT: http://git-scm.com/downloads. Note that I've done this in windows 7. Also please make sure that you add GIT_HOME/bin folder in your path.Steps:1.) Create a new file C:\Program...



How to clone a project from github and import in eclipse by czetsuya's tech on Feb 26, 2013This page will teach us how to clone a project from GitHub to your local repository and import in eclipse.Prerequisites:1.) Windows/Ubuntu with JDK6/7.2.) eclipse (I'm using Juno) with egit, m2eclipse, m2e-egit plugin (from eclipse marketplace).Guide...



Reset Git SSH Key to Log-in Using a New Heroku Account by AJIBANDA++ on Feb 20, 2013ProblemI have two accounts on Heroku, one is for my personal use and a new one for my demo related apps. I have installed the heroku-toolbelt already on my computer and have logged in using my personal account. Now I wanted to logged in as demo accou...



Use Global .gitignore by Existence, refactored on Aug 20, 2012Just a quick tip for those using Git and constantly keep on adding personalized settings to their project .gitignore: not everyone uses vim and have to worry about .swp files and not everyone uses a Mac and has Mac turds everywhere. What every Git us...



Getting It Done with Git by Ideyatech Blogs and Resources on Mar 14, 2012Version control systems has been an integral part of the software development process in the IT world. Industry players have regarded it as a best practice, and indeed the use of one has become the norm rather than the exception. Much like IDE’s, p...



Make gitk look better by updating tk by Existence, refactored on Sep 4, 2011I thought I’ve already done this to all of my machines but it seems that I haven’t done it on this laptop I’m using right now. Anyway, I use gitk for my graphical git browsing because I’m too lazy to download other graphical p...



GIT – Restore Delete Files by Lysender's Daily Log Book on Oct 12, 2010I have written before about removing deleted files from a GIT repo. Today, I need to restore deleted files (on working copy) from the repo. This means that the files are in the repo, but are deleted in the working … Continue reading →...



GIT – Restore Delete Files by Lysender's Daily Log Book on Oct 12, 2010I have written before about removing deleted files from a GIT repo. Today, I need to restore deleted files (on working copy) from the repo. This means that the files are in the repo, but are deleted in the working … Continue reading →...



GIT – List modified files between revisions by Lysender's Daily Log Book on Jul 31, 2010As a GIT user, I need to know what files are modified between revisions before uploading it to a live server where no sort of revision control is possible. Since I do a lot of small commits, revision range will … Continue reading →...



GIT – List modified files between revisions by Lysender's Daily Log Book on Jul 31, 2010As a GIT user, I need to know what files are modified between revisions before uploading it to a live server where no sort of revision control is possible. Since I do a lot of small commits, revision range will … Continue reading →...