Skip to content
/ c-course Public

C/C++ Learning resources for tutoring and practice, by Chayathorn Charoenratwutikal

Notifications You must be signed in to change notification settings

owo93/c-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:clown: Using this project

⏬ Cloning the Repository

  1. Open your terminal.
  2. Navigate to the directory where you want to clone the repository.
  3. Run the following command:
$ git clone https://github.com/owo93/c-course
  1. Now, you have a local copy of your repository.

📃 Adding an Assignment

  1. Navigate to the cloned repository's directory.
  2. Create and switch to your corresponding branch by running:
$ git switch student/YOUR_FIRST_NAME
  1. Create a new file: Navigate to the appropriate directory (for example, week-03), and create your new file there. An example of a file name could be assignment-1.c.
$ mkdir -p week-03
$ touch assignment-1.c
  1. After making your changes to the repository, run the following commands to commit your changes to the local repository
$ git add .
$ git commit -m "Add your commit message here

🔄 Syncing the Changes with Git

  1. Open your terminal.
  2. Navigate to the cloned repository's directory.
  3. After making your changes to the repository. see Adding an Assignment for more information. run the following:
$ git push

❓ Questions

Note

Feel free to reach out to me if you have any questions or need help with this project.

About

C/C++ Learning resources for tutoring and practice, by Chayathorn Charoenratwutikal

Resources

Stars

Watchers

Forks