Skip to content

UWCubeSat/HS2-EPS-flightSW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HSL-EPS-flightSW

This is the repository of Husky Satellite Lab EPS flight software. Any software works should be under the submodule of this repository.

Rules

  • Please do not push your code to main immediately. When you want to push your code, please make sure you push from your branch and create pull request, once you got approval from teammates, you can push your code to main.

Tips

  • If you want to initiate a branch, please do git checkout -b <branch-name> If you just want to check out to the existing branch, you can just do git checkout <branch-name>

  • If you want to see the changes, any status on git, you can see it by git status With this command, you can also check which branch you are currently on.

  • If you want to stage your changes, you can do git add <file>... You can check if your changes are staged by git status.

  • You can commit whenever you want from your branch (not main) by git commit -m <message> When you commit, it's nice to have descriptive message.

  • When you push the commit, just do git push If you push first time from your created branch, you should do git push --set-upstream origin <branch-name>

  • Check PR

About

Husky Satellite Lab Electrical Power System flight software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •