Coder Social home page Coder Social logo

capstone_project's Introduction

Please follow the below steps to sync code.

1. (Cloning) Create a new repository

Open CMD (Command Prompt).

1.1. Navigate to your project directory, where you want to setup the code. ex PGDDA --> Module7 Capstone Project

cd my/directory

1.2. Clone the code into the directory.

git clone https://github.com/Sujeet1604/capstone_project.git

you will see that a folder has been created and all the files will be downloaded into the folder.

Now you can start coding. Once you have done with your coding, ๐Ÿ‘€do not forget๐Ÿ‘€ to commit and push your code.
โœ”๏ธ ** You should pull the code everytime when you are going to code. This will update and sync your code with the latest one.
โœ”๏ธ ** Once you will done with coding, please make sure to commit and push this code. So that, your code will be synced and main repo will be updated. So, if someone else pull the code, he/she will get the updated code.
โœ”๏ธ ** I have created seperate R files for everyone. Please code only in your R code. Once tested, it will be merged with mainCode.R

2. (Commit and push) When you are done with the code, follow the ๐Ÿ‘‡below๐Ÿ‘‡ steps to commit and push your changes.

Open CMD (Command Prompt).

2.1. Navigate to the project path

cd your/path/capstone_project

2.2. Check for the changes (You can skip this step when you are used to it)

git status

You will see the files where you have done the changes. There will be three types of changes:

  1. Add -- When you will add any new file/ folder example- PPT, word, excel etc
  2. Remove -- When you remove/delete any file from the directory.
  3. Modified -- When you will modify any file, example your code

2.3. Once you will done coding, follow the ๐Ÿ‘‡below๐Ÿ‘‡ step to commit and push the code

git commit yourCode.R -m "mentioned what you changed/added/coded"

git push

โš ๏ธ Remember, while pushing it will ask your git credentials, so if you don'y have a :octocat:git:octocat: account please create a free git account Here.

3. (Pull ) Everytime when you are going to start coding, please pull the code by ๐Ÿ‘‡below๐Ÿ‘‡ steps so that you will get updated mainCode.R and other's updated code as well.

Open CMD (command prompt)

cd your/path/capstone_project

git pull

Happy Coding:bangbang: Best of Luck :thumbsup:

capstone_project's People

Contributors

varadsingh avatar sujeet1604 avatar

Watchers

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