User Tools

Site Tools


tech2018:development_workflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tech2018:development_workflow [2018/05/30 10:09]
Gianluca Pelliccioli
— (current)
Line 1: Line 1:
-==== The development workflow ==== 
  
-{{:tech2018:development_workflow.png|}} 
- 
-[[dev_create_solution_from_github]] 
-[[dev_link_to_bitbucket]] 
- 
- 
-==== STEP1: create the local repository from GitHub ===== 
- 
-zzz 
- 
- 
-==== Setup git parameters ===== 
- 
-<code> 
-git config --global user.name "Mona Lisa" 
-git config --global user.email Your.email@com 
- 
- 
- 
- 
-</code> 
- 
-==== STEP2: create repository in BitBucket ===== 
- 
- 
- 
-   * Subscribe online to bitbucket 
-   * Create a new project "MyWManagerFirtsProject" 
- 
- 
-==== Upload source code from local to BitBucket ===== 
- 
-   * On your local directory (document root) 
-<code> 
- 
-#remove the previous .git folder from GitHub 
-rm .git -Rf 
-git init 
-git remote add origin  https://pgianit@bitbucket.org/pgianit/myfirstwmanagerproject.git 
-git pull origin master 
-git push origin master 
- 
-</code> 
tech2018/development_workflow.1527674954.txt.gz ยท Last modified: 2018/05/30 10:09 by Gianluca Pelliccioli