Blog Posts on git
Percent:
Getting It Done with Git by Ideyatech Blogs and Resources on Mar 15, 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 5, 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 13, 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 13, 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 Aug 1, 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 Aug 1, 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 – Remove Deleted Files by on Jun 9, 2010I searched the internet on how to removed already deleted files from a GIT repository. That is because I get annoyed of having so many deleted files that I need to delete one by one. I can manage to delete them if say 5 to 20 files. However, today I&...
GIT – Remove Deleted Files by on Jun 9, 2010I searched the internet on how to removed already deleted files from a GIT repository. That is because I get annoyed of having so many deleted files that I need to delete one by one. I can manage to delete them if say 5 to 20 files. However, today I&...
Working with Github by on Feb 9, 2010I’m using Cygwin in the office for most of the Linux based tasks and one of them is using git. I’ve been trying to use my github account but failed several times. Finally, I have come up with the solution lately after tons of research and...
Working with Github by on Feb 9, 2010I’m using Cygwin in the office for most of the Linux based tasks and one of them is using git. I’ve been trying to use my github account but failed several times. Finally, I have come up with the solution lately after tons of research and...


