GithubHelp home page GithubHelp logo

test's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

test's Issues

My Answers

1 github fork: This creates a copy of a repository with all of its filesi, into another github account. Generally this is for building off the original files without manipulating the orignal source materials.
2 git clone: This creates copy of a remote repository into a local machine.
3 git branchs: This copies a portion of a repository which allows for individuals to work on it and can merge it back with a master branch.

Explain the differences among github fork, git clone, and git branch

A fork creates a new repo that's a copy of the repo you're forking. Your changes don't affect the original repo. However, they are linked so you can commit your changes back to the original with a pull request.

A clone is a completely new repo that's a copy of the original repo. They aren't linked in any way.

A branch allows you to work on certain features individually and will be merged with the "master" branch to keep all the changes to the "master" in one place.

Explain the differences among github fork, git clone, and git branch

A github fork creates a copy of a repository. It creates a link between the original repository and your personal one. A git clone is a command-line tool that copies the repository to your machine. The difference between a clone and fork is that with a fork, the repository remains on the website for github (in your account) while the clone command copies it directly to your machine. A git branch is a new line of development within a project. It can be thought of as a new directory or workspace. It also serves as a timeline to see when changes were made. It is different from a git clone and repo in the sense that it is not the entire project, it could be a subsection of it or new addition.

jmoor147_git

Explain the differences between fork, clone and branch

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.