Skip to content

stanaslunsky/swi1-2017-even-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

swi1-2017-even-git

Main goal is to add a new text file and make small change in README.md

Remember how to update your repo from original repo: git fetch upstream git merge --ff-only upstream/master git push

  • Create a new branch

  • Switch to a new branch

  • Change your name in README.md to your GitHub nick and add a text file that has your school login as name and contains some random line

  • Try those two commands git diff git status and write what they do in two sentences to your text file.

  • Add changed files

    • git add [file's path](may add multiple files at once) or git add -A (adds all changed files)
  • Commit changes

    • git commit -m "commit message"
  • Push your branch

    • git push origin [branch's name]
  • Create a PR

Boček Lukáš

Čičmancová Alexandra

Dobrík Jakub

Exner Michal

Hais Vratislav

Karabin Štefan

Kousal Dominik

Král David

Křeček Daniel

Mudronček Ivan

Plišková Tereza

Richter Jan

Siebert Martin

Slunský Stanislav

Suss Martin

Šlegl Ondřej

Valovič Roman

Voráč Tomáš

Všianský Richard

Zjavka Marek

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published