Thanks to visit codestin.com
Credit goes to github.com

Skip to content

currysesame/git_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git_example

How to upload code to github

Resource:

https://blog.techbridge.cc/2018/01/17/learning-programming-and-coding-with-python-git-and-github-tutorial/

Download cmder full version https://cmder.net/

open cmder at C:\cmder

Cmder will initialize some program, wait until the sign λ show up.

git --version

git config --global user.name "your name"

git config --global user.email “e-mail address”

cd hello-git

git init

ls -la

git status

git add hello.py

git status

git commit -m "Init hello.py"

git status

git remote add origin https://github.com/currysesame/sort_method

git status

git push -u origin master

About

Upload code to github with cmder based on Windows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages