Skip to content

milesgwood/gitcourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

#Miles' git review This is a repo for the github workshop exercises.

Use one hash for this title

Heading two hash

heading 3 hash

Commands to remember outside of README.md

Commands

  • git init
  • git remote add origin https://github.com/milesgwood/repo.git
  • git push origin master
  • git pull
  • git branch
  • git branch new_branch_folder/branchname_for_feature
  • git checkout new_branch_folder/branchname_for_feature OR
  • git checkout -b feature/feature-name
  • git commit -m "message here"
  • git push origin feature/feature-name

Then you go to the github repo and merge the changes

google.com link

Ordered List

  1. List item 1
  2. List item 2
  3. List item 2

Unordered List

  • List item
  • List item

To simply copy a repo run

git clone (copied repo loaction)

git clone https://github.com/milesgwood/gitcourse.git

About

learning git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors