git

Git Cherry-Picking

Git Cherry-Picking Cherry picking in git means to choose a commit from one branch and apply it onto another. This…

5 years ago

revert a file to a specific commit using git

revert a file to a specific commit using git Assuming your commit id is 8a02c028 git checkout 8a02c028 -- file1/to/restore…

5 years ago

Git Cheat Sheet

Git Cheat Sheet git init - Initialize a new git repository git clone [repository] - Clone an existing repository git…

7 years ago