Add a github Project

Source: Internet
Author: User

Add a github Project

Download git installation> https://git-scm.com/downloads

Create a git directory right-click the Directory and select Git Bash Here

Create an identity
Git config -- global user. name your github user name
Git config -- global user. email your github mailbox

Execute git init

Copy the project to the git directory.

Generate a public key file in git

Ssh-keygen-t rsa-C your github mailbox

Directly press enter to generate the. ssh directory.

Copy the content in id_rsa.pub to github to create a public key.

Test the Github connection command

Ssh-t git@github.com

Display Hi user name! You 've successfully authenticated, but GitHub does not provide shell access. The connection is successful.

Add remote address:
Git remote add origin (git remote address example: git@github.com: j2eemail/MenuDialogFragment. git)

Submit code to the repository

Git commit-m "first commit"

Merge initialization code

Git pull -- rebase origin master

Submit code to the server

Git push-u origin master

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.