Skip to content

showmikb/git_python_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git_python_tutorials

Commands

  • git init : to initialize the directory

  • git log : To see the logs of previous commits.

  • git status : To check the current status of your local repository

  • git rm -f : to remove file from staging area.

  • git reset --hard : Reset to an older commit (Note : you will lose your progress if you do --hard)

  • git clone

  • git add . : to add all files ("." all files in directory)

  • git commit -m "message" : To commit the codes to your local repository

  • git push : to push your changes to the remote repository.

  • git pull

About

Learn Git Basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages