https://github.com/aspgm-fav/learn-git
https://github.com/aspgm-fav/learn-git
git github
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspgm-fav/learn-git
- Owner: aspgm-fav
- Created: 2020-07-30T08:11:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T08:12:41.000Z (almost 6 years ago)
- Last Synced: 2025-11-11T22:33:24.518Z (8 months ago)
- Topics: git, github
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn-Git
-Git Flow
git clone -b develop
git checkout -b
start working….
…
…
…
after work is done push using :
git add .
git commit -m “”
do Pull Request
git push origin
(do this daily)
after pull request is approved and merged do pull
git checkout develop
git pull origin develop
start again from create branch
if not don’t switch branch yet
staging -> hasil merge dari develop
master -> hasil merge dari staging
chmod +x gradlew
./gradlew assembleBeta