Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

First linux class

Note

Remember to pull from main before pushing by running git pull or git pull origin main

  • To clone the repo run git clone https://github.com/rebakevin/linux-commands.git
  • To create your branch, run git checkout -b <your name>
  • Creata a file with touch <your name>_commands.txt and add some content there
  • Then do git add . to add it to staging
  • Then do git commit -m "<add some random message>" to commit the changes
  • Then do git push --set-upstream origin <your branch name> to push it to the repository
  • After that, you can create a pull request and review your peers' pull requests
  • We will then merge it to the main branch.

About

In class group activity - Cohort 1 and Cohort 2 joint class

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors