Coder Social home page Coder Social logo

codevid's Introduction

Under Development ๐Ÿ›  ...

GitHub Collaboration

Terminology

  • Gitlord - The person managing the merging of work on Git.
  • Everyone else - All other people in the team.
  • Local - Local Git repo on a person's machine.
  • Remote - Remote Git repo on person's Github account.
  • Repo - Git repository.

Create Project (one-off)

  • Everyone else: Fork the repo on Github.
  • Everyone else: Clone repo on Github down to local machine.
  • Everyone else: Add git remote that points to Gitlord's Github repo on your local repo.

Recurring Workflow

  1. For first time contributor, make sure you have completed Create Project steps from above before proceeding further.
  2. Make sure you are in the feature branch which contains work you want to provide to Gitlord's Github repo.
  3. Add & Commit your work: Run git add -A & git commit -m 'commit message'.
  4. To download commits to local machine: Run git fetch gitlord
  5. To rebase commits to feature branch: Run git rebase gitlord/master
  6. Run git push origin feature_branch, where feature_branch is the name of your branch.
  7. Make pull request from your branch to Gitlord's master.
  8. Gitlord to inform teammates to pull down the changes using steps 3 & 4.

codevid's People

Contributors

dependabot[bot] avatar hayley0918 avatar tkeeching 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.