- 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>
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.