This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech2018:development_workflow [2018/05/30 10:07] Gianluca Pelliccioli |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== The development workflow ==== | ||
- | {{: | ||
- | |||
- | |||
- | |||
- | ==== STEP1: create the local repository from GitHub ===== | ||
- | |||
- | zzz | ||
- | |||
- | |||
- | ==== Setup git parameters ===== | ||
- | |||
- | < | ||
- | git config --global user.name "Mona Lisa" | ||
- | git config --global user.email Your.email@com | ||
- | |||
- | git remote add origin | ||
- | |||
- | |||
- | </ | ||
- | |||
- | ==== STEP2: create repository in BitBucket ===== | ||
- | |||
- | |||
- | |||
- | * Subscribe online to bitbucket | ||
- | * Create a new project " | ||
- | |||
- | * On your local directory (document root) | ||
- | < | ||
- | |||
- | #remove the previous .git folder from GitHub | ||
- | rm .git -Rf | ||
- | git init | ||
- | git pull origin master | ||
- | git push origin master | ||
- | |||
- | </ |