# GIT #### Create Branch ``` git checkout master git pull origin master git checkout -b "feature/FCT-3072" ``` #### Create Branch Regress ``` git checkout uat git pull origin uat git checkout -b "REGRESS-2537" ``` #### Contoh Branch jika ada conflic ``` resolve_[stage]_[ticketnumber] resolve_uat_FCT-1029 ``` #### Contoh Commit ``` [REGRESS-2537] perbaikan pesan error di create debit note ``` #### Merge Manual ``` git fetch origin git pull origin master git merge bug/perbaikan-fitur git push origin master ``` #### Delete Branch ``` git branch -D "feature/FCT-3072" ``` #### clone branch tertentu ``` git clone -b master git@bitbucket.org:crowdsys/fct-dashboard.git ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up