-
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
-
Notifications
You must be signed in to change notification settings - Fork 6
showmikb/git_python_tutorials
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Learn Git Basics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published