Git Product home page Git Product logo

phase-0-gps-1's Introduction

phase-0-gps-1

All the terminal commands that have used to this point:

git clone Performing this command makes a copy of the given repository on my local computer

ls Lists out all the files and directories in the current directory

cd Changes directory

touch Creates a new file

git status Tells you what changes have been made in the repository

git add Stages the changes to be committed

git add awesome_page.md Stages awesome_page to be committed

git add . Stage all the files (not good practice)

git commit Actually commit the file to git (takes a snapshot) - will open sublime (default text editor) to write a message

git commit -m "QUOTE" This lets you write a message along with the git write away

git push [remote name] [branchname] Pushes Git to a repository

Origin Means remote (github default is origin)

Master (This is a branch name of the repository - can be anything)

git checkout -b [branch name] This creates a new branch with a new name on your repository

subl README.md I installed this myself to open the file. (editor name)

Subl . Will open all files within the current directory

phase-0-gps-1's People

Contributors

xsvfat avatar iregina avatar

Watchers

James Cloos avatar  avatar Iulia Soimaru 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.