-
⛔ Never use
Upload files
directly on GitHub that only causes inconveniences and everything gets messy. ⛔ -
Be cool and use Git 😎.
-
Clone the repository to your own local directory
- Navigate to an ordner of your choice, where you want to have the Repostiory located on your PC.
- Use the green button
clone or download
and copy the given LINK to your clipboard. - Open
CMD
in the choosen folder and usegit clone LINK
to clone the repository to this destination. - Now you have an Up-to-date version of the BasicPython repo on your local machine.
- If you want to move the folder to another place, just make sure to move the whole BasicPython directory at once. The
.git
file is the important one which keeps track of the versions, your changes, commits, ... (if you can't see that directory, go toAnsicht
and make a tick atAusgeblendete Elemente
.) As long as that inner structure is ensured, you can move the BasicPython directory where ever you want and without destroying anything.
-
Before you start working on the next assignment or you want to do something, check for updates. Maybe someone has commited something while you where off. Simply use
git pull
and your local copy is again Up-to-date. -
Start working on a task.
-
If you're done and your solution has no bugs (it compiles), go ahead and commit and push the task.
-
If you created a new file for this you at first have to add it to the version control by using
git add FILENAME
afterwards you can commit it usinggit commit -m "A COOL MESSAGE"
to commit all changes you've made, or just dogit commit FILENAME -m "A COOL MESSAGE"
. If you commited all changes usegit push
to push it to GitHub from where we, the other contributors can pull it to our machines to be Up-to-date too. -
I try to make a new directory for every week as soon as the assignment is published. If you are faster and can't wait, please stick to the naming convention
XX_Week
. Please be awear of the Upper 'W' otherwise GitHub and the other contributers might get problems since for example Windows is not case sensitive which then leads to akward mearging behaviours of GitHub. Therefore name itXX_Week
. -
If any errors occure while trying to
pull
orpush
don't hesitate to contact me or try to understand the error message. Often you just need topull
orcommit
something before you canpull
/push
again. -
Use it and have fun. 😘
-
Notifications
You must be signed in to change notification settings - Fork 2
mhueppe/machine_learning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Git repository for Machine learning SS 21
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published