Select Page

Tag: GIT

Git Commands – For Memory

Git Commands – For Memory

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...