Git 101: basic cheat-sheet
In this post I'll just talk about a few commands to be able to work in a team's repository.
Clone repository
git clone <repository_link>
Shows files not included (untracked files), modified files (not staged), and modified files in the staging area (...
franciscog98.hashnode.dev3 min read