博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
QUICK START GIT
阅读量:2355 次
发布时间:2019-05-10

本文共 464 字,大约阅读时间需要 1 分钟。

install git at you laptop

https://git-scm.com/downloads

config git at you laptop

git config --global user.name "Your Name"

git config --global user.email "email@example.com"
git config --global core.autocrlf false
git config --global core.safecrlf true

add a project at github

New a project at github

git clone project at laptop

git clone github repo address

open project at atom

package - github - Toggle git tab

select a branch
edit the files
git commit
git push

 

转载地址:http://bcktb.baihongyu.com/

你可能感兴趣的文章
数据库简介
查看>>
数据库操作
查看>>
JDBC
查看>>
MySql存储过程
查看>>
事务,连接池,异常的使用
查看>>
使用元数据+反射优化CURD操作+DBUtils
查看>>
多表操作
查看>>
MySql安装问题
查看>>
过滤器 Filter
查看>>
cookie
查看>>
SVN与Apache整合
查看>>
java开发人员任职要求
查看>>
炫酷办公室
查看>>
装饰设计模式
查看>>
对request进行装饰
查看>>
对response进行装饰
查看>>
对get和post请求的编码
查看>>
缓存过滤器
查看>>
对敏感文字替换
查看>>
Timer创建定时器
查看>>