84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
git clone https://github.com/lnas01/rel...git checkout ff0bb84
error: pathspec 'ff0bb84' did not match any file(s) known to git.
ff0bb84 is the commit id. If you want to create a new branchgit checkout -b branch_nameIf you want to return to a certain commit git reset commit_id
git checkout -b branch_name
git reset commit_id
The result of running the command here: Screen Shot 2017-06-13 at 13.30.23
ff0bb84 is the commit id.
If you want to create a new branch
git checkout -b branch_name
If you want to return to a certain commit
git reset commit_id
The result of running the command here:
Screen Shot 2017-06-13 at 13.30.23