Git Product home page Git Product logo

bootcamp-2020.1's Introduction

Blue Movement Boot Camp

Getting Started

Git Info

  1. Download and install the latest version of Git.

  2. Set your username in Git.

    git config --global user.name "Mona Lisa"

    confirm it worked:

    git config --global user.name

    Should respond with: Mona Lisa

  3. Set your commit email address in Git.

    git config --global user.email "[email protected]"

    confirm it worked:

    git config --global user.email

    Should respond with: [email protected]

  4. Fork this repo.

  5. Create a clean Pull Request

    • Create a personal fork of the project on Github.

    • Clone the fork on your local machine. Your remote repo on Github is called origin.

    • Add the original repository as a remote called upstream using one of the following:

      git remote add upstream https://github.ibm.com/payer/caps.git

      or

      git remote add upstream [email protected]:payer/caps.git

      If you created your fork a while ago be sure to pull upstream changes into your local repository. Create a new branch to work on! Branch from master.

    • Push your branch to your fork on Github, the remote origin.

      • stage changes for push:

        git add .

        or

        git add [FILE PATH]

      • make commit message:

        git commit -m "your message"

      • push your changes:

        git push origin [your branch name]

GitHub How-To and Use

GitHub Basics Tutorial Video

GitHub Basics Tutorial

GitHub Tutorial 2020 - Beginner's Training Guide Video

GitHub Tutorial 2020 - Beginner's Training Guide

Tools / Resources

Text Editors

Provides GitHub shortcuts and paired/shared programming FREE

  • Visual Studio Code

    Includes everything you need to start collaboratively editing and debugging in real time, including integrated audio and text chat

    VSCode Extensions - Live Share Video

  • Atom

    lets developers share their workspace with team members and collaborate on code in real time.

    Atom Teletype Tutorial Video

  • Note: Both editors have a varying list of "extension" or "packages" that you can install to make for an enhanced coding experience. Things such as linters, IntelliSense, GitHub/Debugging plugins, etc.

IDEs

  • JetBrains
    • cutting-edge software vendor specializing in the creation of intelligent development tools
    • They also offer a educational licenses to students and teachers which provides a suite of tools suppporitng various languages for FREE!!!
    • Educational License

Critical Thinking / Problem Solving

Problem Solving Technique #1 Video

Problem Solving Technique #1 for Coding Interviews with Google, Amazon, Microsoft, Facebook, etc. How To Think And Problem Solve In Coding Video

How To Think And Problem Solve In Coding

bootcamp-2020.1's People

Contributors

barnesdc avatar bdavis404 avatar mylescherebin 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.