Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

NJBongithub/course_DSJH_MachineLearning

Open more actions menu

Repository files navigation

courses

Submissions for courses

###Setting up Git Bash

On Git Bash (once):
git config --global user.name "NJBongithub" git config --global user.email "NJBongithub@gmail.com"
git config --list
exit

###Linking a local folder to GitHub repo

On Git Bash (once):
mkdir ~/datasciencecoursera
cd ~/datasciencecoursera
git init
git remote set-url --add origin https://github.com/NJBongithub/courses.git

###Sync'ing changes as you go

On Git Bash (as needed):
cd ~/datasciencecoursera
git add -A
git commit -m "message must be entered"
git pull
git push

###Branch

git checkput -b branchname this creates a branch
git branch this switches into it
git checkout master this switches back to master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.