-
Clone the Repo: git clone git@github.com:tianqinglong/dmc2019.git
-
Now you will only see the master branch. So you will need to create the local "dev" branch by:
- git checkout -b dev origin/dev
-
Other people may have pushed commits to "dev". Before you push your commit, you should update your local "dev" by:
-
git branch --set-upstream-to=origin/dev dev
-
git pull
-
-
Create your own branch locally:
- git checkout -b YOUR_BRANCH_NAME
-
Now you are able to work on your own branch. When you are done merge your own branch with dev and then push to the remote (May need step 3).
- (suppose you are in your own branch "YOUR_BRANCH_NAME") git checkout dev
- git pull
- git merge YOUR_BRANCH_NAME
-
Never work on "master" branch.
forked from tianqinglong/dmc2019
-
Notifications
You must be signed in to change notification settings - Fork 0
YueyingWang/dmc2019
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repo is for 2019 dmc
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- R 100.0%