Skip to content

kpolakowski/FBW17-tutoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FBW-17 Tutoring

It takes place on:

  • Monday 16:30 - 17:30
  • Wednesday 16:30 - 18:00
  • Thursday 16:30 - 18:00

How to work with this repository?

  1. Clone it first with:
git clone git@github.com:kpolakowski/fbw17-tutoring.git
  1. Create your own branch and switch to it with:
git checkout -b YOUR_BRANCH_NAME
  1. You can start doing exercises, after you finish doing them execute these commands:
git add .
git commit -m “DESCRIPTION OF A COMMIT”
  1. After I push new tasks to the remote, you can go back to your local master, and pull everything from remote master, by writing:
git pull origin master
  1. After that, you can switch back to your branch, and merge it with your local master branch by writing:
git merge master

Answers to the tasks in needToKnow folder are in branch solutions.

Important things

  • always check in which branch you are before committing anything
  • do the exercises only in YOUR branch, not in master
  • do not commit anything to your local master branch, if you do it you won’t be able to pull from the origin remote; you can undo it by writing
git reset --hard HEAD~

Some theory

In case of questions or task requests write me on slack or drop an email karol.polakowski@digitalcareerinstitute.org

About

Exercises and examples from topics covered in the course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published