Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 738 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 738 Bytes

Home assignment

  • Install the GIT https://git-scm.com/downloads.
  • Create account in the github https://github.com/
  • Complete all tasks from the https://learngitbranching.js.org/?locale=en_EN
  • Create shared repository(github)
  • Inside this repository you should create the branch "feature", then you have to create 3 commits and squash them into 1(git rebase -i) and merge this new commit into master branch. Inside task1, task2 and task3 folders you can see your tasks. After finishing them , you should create commits for each of one(three commits) and you should create commits history according to this image "commit_scheme.jpg".