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

warManHy/python_book

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_book

python2.7 test

  1. 初始化目录 git init
  2. 添加文件 git add ./*
  3. 提交暂存区 git commit -m "first commit"
  4. 添加关联远程 git remote add origin https://github.com/warManHy/python_book.git
  5. 本地和远程关联 git branch --set-upstream-to=origin/master master
  6. 把远程最新的拉取下来,不合并 git fetch
  7. 本地远程master分支强行合并 git pull origin master --allow-unrelated-histories
  8. 提交远程 git push --set-upstream origin master

About

python2.7 test

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

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