Giter Club home page Giter Club logo

sd500-collaborative-git's Introduction

SD500 - Collaborative Git

Practice with all the local repository commands from the slides:

  1. git init
  2. git status
  3. git diff
  4. Create .gitignore file, and notice how it works
  5. git add
  6. git commit
  7. git log
  8. git tag
  9. git branch
  10. git switch
  11. git merge
  12. Create a conflict and solve the conflict

Practice with all the remote repository commands from the slides:

  1. Create a remote repository
  2. git clone
  3. git remote
  4. git push
  5. git fetch
  6. git pull

Practice with all the third party repositories commands from the slides:

Assume we are working with the following upstream

  1. Star the repository
  2. Watch the repository for any changes
  3. Fork the repository
  4. Clone your forked repository into your local machine
  5. Create a new topic branch using studentId-studentName format, For example: 610001-JohnSmith
  6. Switch to your new branch
  7. Add a new file with your fullname, example: JohnSmith.ts
  8. Commit the changes
  9. Merge your studentId-studentName branch with the main branch
  10. Push your changes to your remote repo
  11. Create a new Pull Request to the upstream repo

What to submit?

Write down all of the commands you tried in a new commands.md file, stage and push it.

Optional

Get familiar with the Markdown syntax (Headers, Bold, Code, Unordered List, Links)

sd500-collaborative-git's People

Contributors

asaadsaad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.