2. Git repo to local (common -like hypeyledgy. You're already a developer with access to a project. Code away after you clone it. )
gitclone<url>dirgitremote-vgitbranch-agitpulloriginmaster ( !!Alwayscheckyou're on latest version with a pull !! )git pushorigin mastergit diff --staged ( after a git add )git commit -a -m " git add & git commit in one! "
Nitty gritty and useful
gitlog-p--since=" 2 weeks ago "Pages1-100Page3gitlog-p--since=" 2 weeks ago "gitlog-S"codethatisbroken" (the grep)gitcommit--amendgitcheckout--file## revert modified file to originalgitremote-vgitremoteaddprojectos<url>gitremoteshoworigingitfetch<url>gitcheckoutsha-1.||gitreset--hard [sha-1]