Skip to content

Andrew-JX/fit5046-studyapp

Repository files navigation

Project merge steps:

  1. Switch to the target branch (team branch) git checkout V1

A. 2. Merge your branch (MJ-V1 is an example) git merge MJ-V1

  1. Push to the remote git push origin V1

B. 2. Pull remote changes git pull origin V1

  1. If there are merge conflicts, Git will indicate which files are in conflict.

  2. After resolving conflicts, mark them resolved git add .

  3. Complete the merge git commit -m "Merge remote changes from V1"

  4. Push git push origin V1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages