Useful Git Commands to be automated
satya - 1/10/2020, 4:39:43 PM
Use windows powershell to automate the following common git commands
1. Git clone (Replicate a repo locally)
2. Reverse Git clone
3. Push: Stage, Commit and push
4. Pull the latest
5. Tell me what is different
6. Do I have any commits that I haven' pushed?
7. What is more recent on the server?
8. tag the current commit
9. Push the tags
10. Pull a particular tag (show tags first with their dates, pick the tag)
11. Clone a particular tag
satya - 1/10/2020, 4:39:58 PM
See if this exercise can be repeated in Python
See if this exercise can be repeated in Python
satya - 1/10/2020, 4:40:31 PM
Do the same in node.js
Do the same in node.js
satya - 1/10/2020, 4:41:09 PM
Find an abstraction in nodejs that is meant for command lines
Find an abstraction in nodejs that is meant for command lines
satya - 1/11/2020, 4:42:44 PM
Do I have any commits that I haven't pushed in my local repo?
Do I have any commits that I haven't pushed in my local repo?