- Install Git on your computer:
- Windows: Download
- Mac: Install via Terminal with
brew install git - Linux: Use
sudo apt-get install git(Ubuntu/Debian) or equivalent, for Arch Linux usesudo pacman -S git
-
Open your terminal/command prompt
-
Navigate to your preferred folder:
# Windows cd C:\Users\YourUsername\Documents # Mac/Linux cd ~/Documents
-
Clone the repository:
git clone https://github.com/BestSithInEU/fall2024.git
-
Enter the project folder:
cd fall2024
To get the latest updates:
git pull origin main- Always attempt to solve assignments independently before checking solutions
- Review the code documentation to understand the implementation
- Keep your local copy updated by pulling regularly
- Getting Help
- During lab sessions - direct questions are welcome
- Via GitHub:
- Go to repository page
- Click on "Issues" tab
- Click "New Issue" to ask questions
- Email me for urgent matters
Remember: These solutions are meant to guide your learning journey, not replace your own problem-solving efforts. Understanding the underlying concepts is crucial for your academic and professional development.
Good luck with your studies!
Best regards, Batuhan Edgüer
Note: If you encounter any issues with Git setup or repository access, don't hesitate to ask for help during our next lab session.