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.
- Host: GitHub
- URL: https://github.com/kinshuk-code-1729/git-assignment-1
- Owner: kinshuk-code-1729
- License: mit
- Created: 2023-01-16T08:19:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T16:18:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T11:45:18.098Z (11 months ago)
- Topics: git-clone, git-pull, git-revert, git-stash, github-config
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.***