Skip to content

jshaik1605/shell-scripts

 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%