Git commands - sharath2727/PythonLearning GitHub Wiki

#Git commands:

Git commands: Clone - git clone - fork the repository/download the repository

Pull - git pull - rebase the gerrit to the tip

add - git add file - stage files to commit to push

commit - git commit -a - to create a commit to push

Push - git push origin master - to push the HEAD commit to the remote repository

⚠️ **GitHub.com Fallback** ⚠️