WameedhAli / HackYourFuture-Git-Branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command review

  • git clone https://github.com/creggian/hackyourfuture-git-branch.git to download the repo the first time
  • git branch local-branch-name create a local branch
  • git branch local-branch-name remote-branch-name create a local branch name that tracks the remore branch
  • git pull --all to receive updates from all remote branches in this repository (and updates also the local branches)

Homework for week 2

  1. Clone the repository
  2. Create your branch student-account (ex student-creggian)
  3. Make modifications on the website
  4. Push your branch and changes in the main repo

Bonus

  1. Give a look at other works (git pull --all)
  2. Don't edit the code, but open an issue on github

Troubleshooting

About


Languages

Language:HTML 80.4%Language:CSS 19.6%