Giter Site home page Giter Site logo

elbasri / insa-nxpcup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from insa-gei/insa-nxpcup

0.0 0.0 0.0 120.7 MB

Dépôt du département GEI de l'INSA Toulouse pour la compétition NXPCup

License: GNU General Public License v3.0

C++ 2.41% C 97.29% Tcl 0.29%

insa-nxpcup's Introduction

insa-nxpcup

Repository for INSA NXP cup

Where do I find/place the source code ?

Every folder titled source_[...] is a version of the code. One should only put the *.c and the *.h of the project, not the entire folder !

[...] Is a keyword or a_small_sentence describing this version in particular (e.g. "source_dangerously_fast" or "source_safest").

Quick HowTo

Small survival kit for everyone :

Installing git (the clean way)

Get here and follow the installer's instructions. One should avoid using github desktop client ;)

Downloading the code

git clone https://github.com/INSA-GEI/insa-nxpcup-1.git
cd insa-nxpcup-1

Update before you start working !

git pull 

If it doesn't work, save your changes elsewhere, and retry with

git stash	#Cancels all your changes in the repo
git pull	#Try pulling again

Uploading your work

Upload as often as possible. Most errors here appear when working un un-updated code.

git commit -a #Prepare a commit with all updated files, ignoring new files.
git push #Sends the previous commit on this repo

NB : While commiting, use Esc :wq Enter. A good commit message is brief, and completes the following statement : This commit will ....

Branches management

Do not use branches yet ! Your are in branch master, nothing should be done here Select a valid branch:

git checkout int_team_1: Integration branch for team 1
git checkout int_team_2: Integration branch for team 2

team work should use int_team_x branch as their main branch and integrate inside every stable work. Use development branch for your work in progress.

Old branchs: git checkout stable : stable branch (Obsolete) git checkout dev : work in progress (Obsolete)

insa-nxpcup's People

Contributors

reivax-boucoi avatar vezde avatar dotsumae avatar insa-alex avatar aguiller31 avatar ckbk123 avatar p-combes avatar frenchfrys avatar vcayrou avatar romainchlt 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.