Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 361 Bytes

Week 1 Assignment

  • Created a local repository, git init <Repository_Name>
  • Made it remote, git remote add origin <REMOTE_URL>
  • Created branches, git checkout -b <Branc_Name>
  • Added text files in each branches
  • Pushed everything to remote repository
  • Merged the branches
  • Added codewar challenges' solution
  • Deleted a file, git rm <File_Name>