README.md edited online with Bitbucket
This commit is contained in:
parent
73e87dcdfe
commit
83643d17ee
1 changed files with 7 additions and 1 deletions
|
@ -4,9 +4,15 @@ Changement d’url du dépôt. Exécutez la commande ci-dessous à la racine de
|
|||
```
|
||||
#!sh
|
||||
|
||||
git remote set-url orgin git@bitbucket.org:_Luc_/hand_control.git
|
||||
git remote set-url origin git@bitbucket.org:_Luc_/hand_control.git
|
||||
```
|
||||
ou :
|
||||
|
||||
```
|
||||
#!sh
|
||||
|
||||
git remote set-url origin https://username@bitbucket.org/_Luc_/hand_control.git # changer "username"
|
||||
```
|
||||
|
||||
# Contrôle par geste d'un drone #
|
||||
|
||||
|
|
Loading…
Reference in a new issue