了解開發,拉分支的流程
創新互聯公司服務項目包括下花園網站建設、下花園網站制作、下花園網頁制作以及下花園網絡營銷策劃等。多年來,我們專注于互聯網行業,利用自身積累的技術優勢、行業經驗、深度合作伙伴關系等,向廣大中小型企業、政府機構等提供互聯網行業的解決方案,下花園網站推廣取得了明顯的社會效益與經濟效益。目前,我們服務的客戶以成都為中心已經輻射到下花園省份的部分城市,未來相信會繼續擴大服務區域并繼續獲得客戶的支持與信任!
Git
安裝:
MySQL rpm或二進制發行版
yum install percona server shared; server; client
ls /etc/init.d/my*
service mysql start
/usr/bin/mysql_secure_installiation
mysql -uroot -p
cat mysql.sql
grant all on gogs.* to 'gogs'@'%' identified by 'gogs';授權
flush privileges
setup
MySql
127.0.0.1:3306
用戶:gogs
Remote fetch/push respository commit index add workspace
版本管理中file lifecycle
使用
git init
touch index.html
echo index.html
add
git add index.html
批量添加
git add.
git status查看狀態
git 文件分類
追蹤的Tracked,已加入版本庫的
UNtracked,未加入版本庫的
gitignore,直接復制
git commit -m(messege) "First Commit"
git commit -a 所有追蹤的文件
git diff比較變化
git diff 比較工作區與cached
git diff cache 比較cached與stage
HEAD 指代上~次commit
checkout 從cached
git checkout about.htm從cached 覆蓋到space
git checkout HEAD about.htm從當前分支的最后一次commit覆蓋到space
git reset 列出將被reset的文件
git reset file 重置文件的暫存區
git reset --hard 重置暫存區與工作區
HEAD的移動
git reflog 顯示commit信息,
git reset commit,重置HEAD為commit,
git reset --hard [commit] 重置當前分支的HEAD
git reset --keep [commit] …………………………,暫存區與工作區不便
修改刪除的關鍵是commit
如果不聯網或不用avatar,就在訪問install的時候禁用gavatar或者修改配置文件禁用gavatar。
同樣基礎修改的版本,后提交前先pull遠程先提交的版本。檢查沖突。
git commit -a -m一定要有messege
git rm cached file 修改成未跟蹤的
git config -- global user.name "my"
關聯遠程版本管理
git remote add origin http://my@192^^^
實質是在本地創建了origin鏈接,指代后面的url映射
push
vim config編輯用戶和驗證密碼
git push -u origin master
倉庫設置——取消 該倉庫為私有的選中
clone
ssh-keygen -t rsa
用戶設置——SSH密鑰——添加
個人信息——我的項目——SSH——復制鏈接
Pycharm中使用Git
在遠程——我的倉庫——創建新的倉庫——cmdb
pycharm—clone respository
commit
VCS—git—commit—commit or commit or push
amond 追加提交
stash
VCS—git—stash or unstash
branch
分支類型
master——發布用
dev——開發用
mid——預發布
合并分支
FastForward
No FF
vcs--git--mergen
GitFlow
新加入。clone get .git目錄
oschina 云服務,位于saas層
網頁標題:Git版本管理
網頁網址:http://vcdvsql.cn/article0/podjio.html
成都網站建設公司_創新互聯,為您提供、網站排名、云服務器、靜態網站、軟件開發、服務器托管
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯