An open API service indexing awesome lists of open source software.

https://github.com/kinshuk-code-1729/git-assignment-1

Assignment regarding git training.
https://github.com/kinshuk-code-1729/git-assignment-1

git-clone git-pull git-revert git-stash github-config

Last synced: 7 months ago
JSON representation

Assignment regarding git training.

Awesome Lists containing this project

README

          

# Git-Assignment-1
- **Create a New Repository.**
- **Create two files *index.txt* and *home.txt.***
- **Create a *Git DVCS Environment* and Perform Various Tasks :**
- ***ADD & Commit* in *Master Branch.***
- ***PUSH* in *Central Repo.***
- ***PULL* from *Central Expo.***
- **Create a Branch Name *"GlobalBranch"*** :
- **And add some code and Final *ADD* & *Commit* in local repo.**
- **Finally Merge the branch in *'Master'* Branch.**
- **Create Another file in master and perform :**
- ***RESET, REVERT, STASHING, CLONE.***