Skip to content

nsadili/pp2-course-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pp2-course-work

Welcome to the Programming Principles 2 course page on GitHub

You are supposed to share all your work through exercises and practical sessions in this repository. Here is how:

  1. Share your GitHub link under the Discussion forum of the course page on Blackboard.
  2. Clone this repository:
    git clone https://github.com/nsadili/pp2-course-work.git
  3. Change directory to the repository:
    cd pp2-course-work
  4. Check if the clone was successful.
  5. Create a branch in the local repo (firstname_lastname_id):
    git checkout -b nuraddin_sadili_12345
  6. Push the new branch to the remote repository:
    git push origin nuraddin_sadili_12345
    Note: this must be your branch name.
  7. You can always check the list of branches and the current branch:
    git branch
    for local branches or
    git branch -a
    for local and remote branches.
  8. To switch between branches use:
    git checkout branch_name
  9. Every week first make sure you are on your own branch or switch to it using the previous commad, then follow the instruction in Exercise and Practical sessions and add changes to your branch in the local repository.
  10. Commit your changes:
    git add -A
    git commit -m "Add a descriptive message."
  11. Push the changes on the local branch to the remote one:
    git push origin nuraddin_sadili_12345

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages