05 mars 2019

GIT

Few Git commands :

Clone remote repository
git clone (ssh|git)://hostname.com/(repository)
Record code updates
git commit
Push local updates to remote
git push origin master

How I Turned GitHub Copilot Into My Coding Sidekick (And Why It Feels Like Cheating)

  How I Turned GitHub Copilot Into My Coding Sidekick (And Why It Feels Like Cheating) Spoiler: It’s not cheating. It’s collaboration —with...