Skip to content

paulxu/Python-for-Unix-and-Linux-System-Administration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Standard practice for new line is space, space, enter for a new line

Create a new repository on the command line

touch README.md
git init
git add README.md
git add Python-for-Unix-and-Linux-System-Administration.pdf
git commit -m "first commit"
git remote add origin [email protected]:paulxu/Python-for-Unix-and-Linux-System-Administration.git
git push -u origin master

About

Note for the book "Python for Unix and Linux System Administration"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published