Monthly Archives: September 2011

Commonly commands in Git

Here are some of the commonly used in Git: git status – displays modified files and staged files. git commit – commits all staged files to current remote branch git log – history of commits in the current branch git … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment