Git Error: -Git Polling Log java.io.IOException: error=2, No such file or director
rajeshkumar created the topic: Git Polling Log java.io.IOException: error=2, No such file or director Error Started on Sep 15, 2015 9:57:00 AM Using strategy: Default [poll] Last…
Good GIT SCM Video at youtube.
rajeshkumar created the topic: Good GIT SCM Video at youtube.Hi Friends, This week I am started digging more into to GIT. I hope these videos will be…
Git Web References & Cheatsheet
rajeshkumar created the topic: Useful website Reference for GIT Here are following website good to know more about GIT-SCM. help.github.com/ progit.org/ git-scm.com/ whygitisbetterthanx.com/ Regards, Rajesh Kumar Twitt…
Git Commands Tutorials and Example: Git Reset – Git Revert
git reset Vs git revert git reset Vs git revert The git revert command undoes a committed snapshot. But, instead of removing the commit from the project…
Git Commands Tutorials and Example: Git Clean – How to clean git workspace?
How to clean workspace in git? To reset a specific file to the last-committed state (to discard uncommitted changes in a specific file): git checkout thefiletoreset.txt This…
Deep Dive into Git Hooks
Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur. There are two groups of these hooks:…
Software Configuration Management Tools
SOFTWARE CONFIGURATION MANAGEMENT CONTROL TOOLS Software Configuration Management Tools Blog Welcome to the Software Configuration Management Tools Discussion Blog. Featured below are links to the most widely…
Build and Release Course Training with Jenkins / Maven /Ant/ SVN & Git
Upcoming Training Dates | Training Agenda | Training Calender | FAQ | Why scmGalaxy Online Training Click Here Mode – Online based Email – info@scmgalaxy.com Lab Setup Details – Prerequisites Operating Systems…
Git Troubleshooting | Git Troubleshooting Techniques
export GIT_CURL_VERBOSE=1 git push -u origin –all –verbose git config –list & GIT_CURL_VERBOSE=1 git push & export GIT_CURL_VERBOSE=1 git push git config –global http.postBuffer There are useful…
Git Training | Git Course | Git Trainer | Online | Classroom | India
Click Here scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization,…
Git alias commands collection for faster easier
BASH aliases for GIT Following BASH aliases can be used in ~/.BASHRC alias g = “git status” alias ga = “git add” alias gaa = “git add…
A Successful Git branching model | Git branching model Guide
I was reading article and thought to repost here. It focuses around Git as the tool for the versioning of all of our source code. Why git? For…
