开心博客
首页
后端开发
php
java
python
Go
前端开发
vuejs
JavaScript
运维
linux
windows
Nginx
数据库
git
干货文章
推荐干货
个人随笔
后端开发
php
java
python
Go
前端开发
vuejs
JavaScript
运维
linux
windows
Nginx
数据库
git
干货文章
推荐干货
个人随笔
首页
/
搜索结果
/
git
本地分支关联远端分支
本地分支关联远端分支方法当git pull或git push时,会提示 “There is no tracking information for the current branch.” 需要显式提交/拉取或做本地关联。命令如下 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql
2019-08-13
git
git
分支
Git分支合并到master的相关命令
Git分支合并到master的相关命令先把修改提到dev Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql git add -A git commit -m 'dev' git pull git push 切换到本地master
2019-07-30
git
git
版本
分支
合并
Top
Linux生成SSH密钥对
Linux生成ssh密钥对SSH key 可以让你在你的电脑和Code服务器之间建立安全的加密连接。 先执行以下语句来判断是否已经存在本地公钥:若存在,确保安全的情况下可以继续使用;或删除重新生成。如果你看到一长串以 ssh-rsa或 ssh-dsa开头的字符串, 你可以跳过 ssh-keygen的步骤。 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinsca
2019-07-30
linux
git
ssh
密钥
Top
阿里云Code仓库初始化
初始化git仓库的方法命令行指令Git 全局设置``` git config --global user.name "user_name" git config --global user.email "user_email@mail.com" ```创建新版本库``` git clone https://code.aliyun.com/你的git地址.git cd house touch README.md git add README.md git commit -m "add README" git push
2019-07-29
云服务商
阿里云
git
aliyun
总共
10
个记录,当前第
2
页
首页
上一页
尾页
跳到
页
确定
i#kxblog.com