https://github.com/manish-syal123/devops-learning
Learning Devops and uplaoding related files here
https://github.com/manish-syal123/devops-learning
devops docker kubernetes
Last synced: about 1 month ago
JSON representation
Learning Devops and uplaoding related files here
- Host: GitHub
- URL: https://github.com/manish-syal123/devops-learning
- Owner: Manish-Syal123
- Created: 2022-10-02T13:26:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T08:42:53.000Z (about 3 years ago)
- Last Synced: 2025-03-31T16:07:52.680Z (about 1 year ago)
- Topics: devops, docker, kubernetes
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# second-method
This is the commit which i made on git hub itself for using command for fetching data
>>>MAKE SURE WHILE PERFORMING THE BELOW COMMANDS YOU ARE ON MASTER BRANCH OF YOUR LOCAL MACHINE<<<
> ~ git pull origin master
> ~ git pull upstream main or master
-----Or you can use------
> ~ git reset --hard upstream/main or master
-----Or you can use------
> ~ git fetch --all --prune # prun means the commits that i have deleted they also get fetched