https://github.com/datatags/git-for-beginners
https://github.com/datatags/git-for-beginners
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datatags/git-for-beginners
- Owner: datatags
- Created: 2018-06-20T20:34:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T19:54:28.000Z (about 7 years ago)
- Last Synced: 2025-07-14T00:32:00.420Z (11 months ago)
- Language: Batchfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git for Beginners
This is a collection of two batch scripts to give Git beginners prompts to follow and tells them the commands as it executes the commands for them.
prepare-for-work.bat downloads the remote repo and merges it into their local repo, or helps them clone a new one.
upload.bat helps them add all the files to the staging area and commit and push with lightweight version tags if necessary.