Tag: GIT
Misc
Here are some frequently used GIT commands. Getting & Creating Projects git init // Initialize a local Git repository git clone ssh://[email protected]/[username]/[repository-name].git // Create a local copy of a remote repository Basic Snapshotting git status...