Skip to content

crispinonicky/project-two-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of collaboration.

Add more content to the README file.

Added even more content to the README file. sf Adding more content to help resolve a conflict.

Collaboration

steps:

  1. create a branch <git checkout -b branch-name>

  2. make changes to your code

  3. git add . (to add all file changes)

  4. git commit -m "message goes here"

  5. git pull origin master (to make sure you have the most up to data code)

  6. if there are any conflicts then fix the conflicts in your editor 6.2 git add . (to add the changes made on conflicts) 6.3 git commit -m "message of what changed and that conflicts have been corrected" 6.4 git pull origin master (pull again to make sure no changes while working on conflicts)

  7. conflicts resolved or no conflicts found - git push origin

  8. create pull request from your branch to the master branch

  9. If no more conflicts found then merge your pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published