Giter Site home page Giter Site logo

youtube-28pins's Introduction

28Pins Project

Starting

To download this project to your computer:

  1. Install GIT: https://git-scm.com/downloads
  2. Go into your main project directory, open commad line and run:
    git clone https://github.com/your_username/your_project.git

Using Git in Altium

  1. Save: Once you make any changes, save the file or project
  2. Commit: Right click on the file or project, then Version Control -> Commit. Add a note what changes you have done. This not will be still local until you do not push the changes. See the next step.
  3. Push: When you would like to upload all the changes to github, right click on the file / project -> Version Control -> Push
  4. Check: Go to your github to see if everything was uploaded correctly

Using Git from command line (Manually)

  1. Open cmd: Once you make some updates, go into your project directory, open commad line and run:
  2. git status #this will show you what changes you have done
  3. git add [path/file] #this will prepare that specific file for commit, to add all files at once, use add .
  4. git commit -m "Change description" #this will commit the changes with specific description
  5. git push origin master # this will copy your changes to Github

Download the latest changes

If you would like to download the latest files from Github, then:

  1. git pull origin master # this will download the latest files from Github to your local computer

youtube-28pins's People

Contributors

robertferanec avatar

Stargazers

 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.