Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply few changes #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add 'git checkout <commitID>'.
amiralisahraei committed Oct 30, 2024
commit c963e464f92cef7fc7ced21c6858ec5b1d077b3c
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -236,6 +236,7 @@ Files in a repository go through three stages before being under version control
>> git show v1.0.0
>> git checkout -b branch_name commID # checkout in commID and create new branch
>> git checkout -b branch_name tag_name # checkout in tag_version and create new branch
>> git checkout <commID> # transfer temporarily to a specific commit to check the code in that step and to come back use "git switch -"

# Session 26 : Git blame
>> git blame <filename>