Skip to content

BURABOYINACHANDRAKANTH/shell-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Script

steps:

  • Create repo in Github
  • Clone repo in local laptop
  • Start developing
  • Add the files to temp area
git add <file-name>
  • Commit the changes
git commit -m "why-you-commited"
  • Push the changes to GitHub/Central repo
git push -u origin main

naming convention: use small case with Hyphons(-). No spaces

git add . ; git commit -m "some-message"; git push -u origin main

About

fork from daws78s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%