Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fall 2024 Laboratory Works

Getting Started with GitHub

  1. 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 use sudo pacman -S git

Accessing the Repository

  1. Open your terminal/command prompt

  2. Navigate to your preferred folder:

    # Windows
    cd C:\Users\YourUsername\Documents
    
    # Mac/Linux
    cd ~/Documents
  3. Clone the repository:

    git clone https://github.com/BestSithInEU/fall2024.git
  4. Enter the project folder:

    cd fall2024

Staying Updated

To get the latest updates:

git pull origin main

Important Guidelines

  • 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
  1. During lab sessions - direct questions are welcome
  2. Via GitHub:
    • Go to repository page
    • Click on "Issues" tab
    • Click "New Issue" to ask questions
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages