Code Monkey home page Code Monkey logo

github-beginner-nov2019's Introduction

An introduction to Git, GitHub and Python virtual environments

Level: Beginner

Project description

In current workshop we will learn:

  • how to use a git-flow (using CLI) and github-flow.

Setup:

Terminal.

You will need to work with terminal.

  • Windows: Open it from the command line (cmd) or in Windows Run (WIN +R) type: wt
  • Mac: Access it from Applications -> Utilities -> Terminal.
  • Linux (Ubuntu): Press Ctr+Alt+T

Set up a Python 3.

If you already have it, you don't have to update it. To install Python you need to download an installer:

  • Windows(https://www.python.org/downloads/windows/)
  • Linux, Mac already has to have Python3, if you're not sure, type in command line python --version or python3 --version and version will be in a first line. If you don't have proper version of python:
  • Mac (you have to have brew): brew install python3
  • Linux (Ubuntu): sudo apt-get update sudo apt-get install python3.7

Install git.

  • Windows
  • Mac
  • Linux (Ubuntu) sudo apt update sudo apt-get install git

Check you installed it properly with git --version

Create a workspace

It's handy to have a folder where all GitHub repos will be like workspace. You can do it if you go to a place where you want it, and create it with mkdir workspace cd workspace commands.

GitHub account.

Set up user.

  • Change the config with username and password: git config --global user.name "Your name" git config --global user.email "[email protected]"
  • You can check changes with git config --list

Requirements

  • Python 3

Usage

  • Clone the repository
  • Go to /workshop and start with README.md

Credits

This workshop was set up by @pyladiesams and @tomasmor42

github-beginner-nov2019's People

Contributors

ezhezhezhe avatar tomasmor42 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tomasmor42 a-alwu

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.