安裝請參考我的另一篇
預備 右鍵檔案 git bash here
1.git clone xx.git
2.cd 到剛剛git的目錄
3.git flow init
4.發現有檔案了
5.git flow feature start 分支名
上傳push
下面這步不是多寫,是必須
git flow feature start 分支名
6.git add .
7.git commit -m 'message'
8. git flow feature finish
9.git push
10.git reset --hard 強制覆蓋
11.git pull
power Designer 使用步驟
1.開啟你使用的power designer 我使用的是pd11 file new conceptual data model 生成一張概念模型,這一步就是我們所說的設計 er,由於我們知道概念設計不設計到具體的資料庫,所以在這裡我們不必對資料庫進行配置。2.進行一些er設計的準備工作,這些只是我自...
Reveal使用步驟
一.reveal使用步驟 1.啟動reveal help show reveal library in finder,拖動新增reveal.framework到工程中。選中 copy items into destination group s folder if needed 以及當前的targe...
git使用步驟
git 使用步驟 1 建分支 project team switch to new branch 2 提交分支 注意 提交分支前必須先pull project team pull 1 project team commit commit and push 2 project team remote ...