Skip to content

SpyrosAcheimastos/LAC

Repository files navigation

For Public

Repository for DTU's 2024 Loads, Aerodynamics and Control of Wind Turbines (46320).

The code is not completely polished.

For Team

General Tips

  1. Make simple functions that only do 1 thing
  2. Make a branch for each feature
  3. Commit often (don't commit 100 files)
  4. Write good commit messages
  5. Try not to work on the same file

How to Actually Work

  1. Create/Delete/Change files
  2. "Add"/"Stage" ONLY the changes that you want
  3. "Commit" changes with a decriptive message (This is like a personal checkpoint. Try to commit often)

When you are ready to push your changes to GitHub:

  1. "..."/"Pull, Push"/"Pull from.."/"main" (Maybe try and do this often)
  2. Create Pull Request from your branch to main
  3. ????

How to Setup/Clone Repo from VSCode

  1. Navigate to the folder you would like the repository to be cloned to.
  2. Press "Ctrl" + "~"
  3. Selcect "Git Bash" terminal on the bottom left (next to "+") and type type:
git bash https://github.com/SpyrosAcheimastos/LAC.git
  1. Navigate inside the folder with "File/Open folder..." to get into the actual folder and start working.
  2. Open again the "Git Bash" terminal and type your info (quotes are needed):
git config user.name "Spyros Acheimastos"
git config user.email "[email protected]"

How to Create a Feature Branch

  1. Press on "main" at the bottom left
  2. Select "Create New Branch"
  3. Name it for example "branch_feature"

About

Repository for DTU 46320-LAC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •