Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Expert-System

Create branches

  • git branch ralph_branch
  • git branch luis_branch
  • git branch mar_branch
  • git branch shan_branch

Clone repository to update local files with latest commits

View current branch and list all branches

  • git branch # to view current branch
  • git branch -a # to list all branches

If you're on the master branch and want to go to your branch

  • git checkout ralph_branch
  • git checkout luis_branch
  • git checkout mar_branch
  • git checkout shan_branch

After making changes

  • git add .
  • git commit -m "Your comment here"

Push changes to specific branches

  • git push origin master
  • git push origin ralph_branch
  • git push origin luis_branch
  • git push origin mar_branch
  • git push origin shan_branch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages