Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Forked from akuikialie/git.md
Created August 31, 2017 10:22
Show Gist options
  • Save ilhamarrouf/d415405376f6f8c7e7bee028879b66e0 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/d415405376f6f8c7e7bee028879b66e0 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