version control

  • Git Cheat Sheet

    Cheat Sheet of most used Git commands and how to use them.

     

    1. **git init**: Initializes a new Git repository in the current directory.

    $ git init
    Initialized empty Git
    ...