https://github.com/hmasila/gdg-kabarak
Go to http://bit.ly/2nc6a4p for a step by step demonstration of how to use the basic GIT commands
https://github.com/hmasila/gdg-kabarak
git oop python version-control versioning
Last synced: about 1 month ago
JSON representation
Go to http://bit.ly/2nc6a4p for a step by step demonstration of how to use the basic GIT commands
- Host: GitHub
- URL: https://github.com/hmasila/gdg-kabarak
- Owner: hmasila
- Created: 2017-03-25T13:11:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T21:52:20.000Z (about 9 years ago)
- Last Synced: 2025-03-05T12:18:27.793Z (over 1 year ago)
- Topics: git, oop, python, version-control, versioning
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gdg-kabarak 2017 - Getting Started with GIT
An OOP application to practice use of common GIT commands
### Commands
git init
git remote add https://…..
git add .
git commit -m “….”
git push origin -u master
git branch -b develop
git add .
git commit -m “….”
git checkout master
git merge develop
git push origin master