GithubHelp home page GithubHelp logo

hamonoverdrive / careerlink Goto Github PK

View Code? Open in Web Editor NEW

This project forked from colleenrisso/careerlink

0.0 1.0 0.0 10.17 MB

Allows employment candidates and hiring companies to be matched according to mutual interest

careerlink's Introduction

CareerLink

Allows employment candidates and hiring companies to be matched according to mutual interest

Branching

It will be essential that everyone create a separate branch when working on different pieces of this project. YOU SHOULD NEVER BE ON THE ORIGIN BRANCH AND YOU SHOULD NEVER BE PUSHING TO THE ORIGIN BRANCH. Keep track of branches and what you are working on using the BRANCH.md

CHEAT SHEET FOR BRANCHING (See Resources for more depth)

git branch -Lists all local branches in the current repository

git branch [branch-name] -Creates a new branch of the chosen name.

git checkout [branch-name] -Switches to the specified branch and updates the working directory. Use the git branch to see which branches are available if you've forgotten, or add them to the branch.md file for tracking purposes.

git merge [branch] -Combines the specified branch’s history into the current branch.

git branch -d [branch-name] -Deletes the specified branch

careerlink's People

Contributors

colleenrisso avatar

Watchers

James Cloos 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.