Skip to content

This repository will be maintained for DevOps training program in Srijan

Notifications You must be signed in to change notification settings

Sabbi0612/Srijan-DevOps-Training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Srijan-DevOps-Training

GIT is a Decentralised/Distributed Version Control System.

Basic Commands of Git:

git status
git add filename (for e.g. git add start.txt)
git commit -m “commit message”
git push origin master
git pull origin master
git commit -am “commit message”
git reset HEAD filename
git checkout — filename
git mv file-to-be-renamed new-name

About

This repository will be maintained for DevOps training program in Srijan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published