Skip to content

Instantly share code, notes, and snippets.

@akuikialie
Last active September 22, 2021 00:43
Show Gist options
  • Save akuikialie/8c8e9638688576182f1e04db2e09ff74 to your computer and use it in GitHub Desktop.
Save akuikialie/8c8e9638688576182f1e04db2e09ff74 to your computer and use it in GitHub Desktop.
Start Your Project Wit GIT

How To Start Project With GIT

<GIT List Command>

  • Stage #1
    • git init - URL
    • git clone - URL
    • git config - URL
    • git add - URL
    • git commit - URL
    • git log - URL
    • git checkout - URL
    • git diff - URL
  • Stage #2
    • git push - URL
    • git pull - URL
  • Stage #3
    • git branch - URL
    • git remote - URL
  • Stage #4
    • git fetch - URL
    • git rebase - URL
    • git merge - URL
  • Stage #5
    • git reset - URL
    • git blame - URL
    • git stash - URL
  • Stage #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment