-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
253 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
jpuigcerver@fp:~/gitflow $ cd ~/gitflow/remot | ||
jpuigcerver@fp:~/gitflow/remot (main) $ git lga | ||
* 6a65cbc - (0 seconds ago) Autors: Mar - Mar (feature/author) | ||
* 41f9bfe - (0 seconds ago) Autors: Pau - Mar | ||
* 36c37ef - (0 seconds ago) Autors: Anna - Mar | ||
* 4b4163e - (0 seconds ago) README.md: Secció d'autors - Mar | ||
| * c424285 - (0 seconds ago) LICENSE: Enllaç a la llicència - Pau (feature/license) | ||
| * 2da5ca1 - (0 seconds ago) LICENSE: Afegida llicència - Pau | ||
* a216550 - (0 seconds ago) Autors: Mar - Mar (feature/author) | ||
* 1d5ba44 - (0 seconds ago) Autors: Pau - Mar | ||
* 8683319 - (0 seconds ago) Autors: Anna - Mar | ||
* 24be503 - (0 seconds ago) README.md: Secció d'autors - Mar | ||
| * c213387 - (0 seconds ago) LICENSE: Enllaç a la llicència - Pau (feature/license) | ||
| * b11b498 - (0 seconds ago) LICENSE: Afegida llicència - Pau | ||
|/ | ||
| * 60e7175 - (0 seconds ago) README.md: Branques propòsit únic - Anna (feature/readme) | ||
| * a32d18d - (0 seconds ago) README.md: Descripció - Anna | ||
| * ea2559a - (1 second ago) README.md: Branques propòsit únic - Anna (feature/readme) | ||
| * 502dadb - (1 second ago) README.md: Descripció - Anna | ||
|/ | ||
* b11655b - (1 second ago) Commit inicial - Joan Puigcerver (HEAD -> main, develop) | ||
* ec0e2bd - (1 second ago) Commit inicial - Joan Puigcerver (HEAD -> main, develop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
jpuigcerver@fp:~/gitflow/remot (main) $ git branch develop | ||
jpuigcerver@fp:~/gitflow/remot (main) $ git lga | ||
* b11655b - (1 second ago) Commit inicial - Joan Puigcerver (HEAD -> main, develop) | ||
* ec0e2bd - (0 seconds ago) Commit inicial - Joan Puigcerver (HEAD -> main, develop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,34 +2,34 @@ mar@fp:~/gitflow $ cd ~/gitflow/mar | |
mar@fp:~/gitflow/mar (main) $ git config user.name "Mar" | ||
mar@fp:~/gitflow/mar (main) $ git config user.email "[email protected]" | ||
mar@fp:~/gitflow/mar (main) $ git checkout develop | ||
Branch 'develop' set up to track remote branch 'develop' from 'origin'. | ||
branch 'develop' set up to track 'origin/develop'. | ||
Switched to a new branch 'develop' | ||
mar@fp:~/gitflow/mar (develop) $ git checkout -b feature/author | ||
Switched to a new branch 'feature/author' | ||
mar@fp:~/gitflow/mar (feature/author) $ echo "" >> README.md | ||
mar@fp:~/gitflow/mar (feature/author) $ echo "## Autors" >> README.md | ||
mar@fp:~/gitflow/mar (feature/author) $ git commit -a -m "README.md: Secció d'autors" | ||
[feature/author 4b4163e] README.md: Secció d'autors | ||
[feature/author 24be503] README.md: Secció d'autors | ||
1 file changed, 2 insertions(+) | ||
mar@fp:~/gitflow/mar (feature/author) $ echo "- Anna ([email protected])" >> README.md | ||
mar@fp:~/gitflow/mar (feature/author) $ git commit -a -m "Autors: Anna" | ||
[feature/author 36c37ef] Autors: Anna | ||
[feature/author 8683319] Autors: Anna | ||
1 file changed, 1 insertion(+) | ||
mar@fp:~/gitflow/mar (feature/author) $ echo "- Pau ([email protected])" >> README.md | ||
mar@fp:~/gitflow/mar (feature/author) $ git commit -a -m "Autors: Pau" | ||
[feature/author 41f9bfe] Autors: Pau | ||
[feature/author 1d5ba44] Autors: Pau | ||
1 file changed, 1 insertion(+) | ||
mar@fp:~/gitflow/mar (feature/author) $ echo "- Mar ([email protected])" >> README.md | ||
mar@fp:~/gitflow/mar (feature/author) $ git commit -a -m "Autors: Mar" | ||
[feature/author 6a65cbc] Autors: Mar | ||
[feature/author a216550] Autors: Mar | ||
1 file changed, 1 insertion(+) | ||
mar@fp:~/gitflow/mar (feature/author) $ git push -u origin feature/author | ||
Branch 'feature/author' set up to track remote branch 'feature/author' from 'origin'. | ||
branch 'feature/author' set up to track 'origin/feature/author'. | ||
To ~/gitflow/remot | ||
* [new branch] feature/author -> feature/author | ||
mar@fp:~/gitflow/mar (feature/author) $ git lga | ||
* 6a65cbc - (0 seconds ago) Autors: Mar - Mar (HEAD -> feature/author, origin/feature/author) | ||
* 41f9bfe - (0 seconds ago) Autors: Pau - Mar | ||
* 36c37ef - (0 seconds ago) Autors: Anna - Mar | ||
* 4b4163e - (0 seconds ago) README.md: Secció d'autors - Mar | ||
* b11655b - (1 second ago) Commit inicial - Joan Puigcerver (origin/main, origin/develop, origin/HEAD, main, develop) | ||
* a216550 - (0 seconds ago) Autors: Mar - Mar (HEAD -> feature/author, origin/feature/author) | ||
* 1d5ba44 - (0 seconds ago) Autors: Pau - Mar | ||
* 8683319 - (0 seconds ago) Autors: Anna - Mar | ||
* 24be503 - (0 seconds ago) README.md: Secció d'autors - Mar | ||
* ec0e2bd - (1 second ago) Commit inicial - Joan Puigcerver (origin/main, origin/develop, origin/HEAD, main, develop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
mar@fp:~/gitflow/mar (develop) $ git branch -D feature/author | ||
Deleted branch feature/author (was 2d65a0b). | ||
Deleted branch feature/author (was 72afb5a). | ||
mar@fp:~/gitflow/mar (develop) $ git push origin --delete feature/author | ||
To ~/gitflow/remot | ||
- [deleted] feature/author | ||
mar@fp:~/gitflow/mar (develop) $ git lga | ||
* 21278b3 - (0 seconds ago) Merge branch 'feature/author' - Mar (HEAD -> develop, origin/develop) | ||
* 26e4b55 - (0 seconds ago) Merge branch 'feature/license' - Pau | ||
* 2241b23 - (1 second ago) Merge branch 'feature/readme' - Anna | ||
* b11655b - (2 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main) | ||
* f9152dc - (0 seconds ago) Merge branch 'feature/author' - Mar (HEAD -> develop, origin/develop) | ||
* b7bf0a5 - (1 second ago) Merge branch 'feature/license' - Pau | ||
* 2bc4029 - (2 seconds ago) Merge branch 'feature/readme' - Anna | ||
* ec0e2bd - (4 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
mar@fp:~/gitflow $ cd ~/gitflow/mar | ||
mar@fp:~/gitflow/mar (feature/author) $ git fetch | ||
From ~/gitflow/remot | ||
b11655b..26e4b55 develop -> origin/develop | ||
ec0e2bd..b7bf0a5 develop -> origin/develop | ||
mar@fp:~/gitflow/mar (feature/author) $ git lga | ||
* 26e4b55 - (0 seconds ago) Merge branch 'feature/license' - Pau (origin/develop) | ||
* 2241b23 - (1 second ago) Merge branch 'feature/readme' - Anna | ||
| * 6a65cbc - (1 second ago) Autors: Mar - Mar (HEAD -> feature/author, origin/feature/author) | ||
| * 41f9bfe - (1 second ago) Autors: Pau - Mar | ||
| * 36c37ef - (1 second ago) Autors: Anna - Mar | ||
| * 4b4163e - (1 second ago) README.md: Secció d'autors - Mar | ||
* b7bf0a5 - (0 seconds ago) Merge branch 'feature/license' - Pau (origin/develop) | ||
* 2bc4029 - (1 second ago) Merge branch 'feature/readme' - Anna | ||
| * a216550 - (2 seconds ago) Autors: Mar - Mar (HEAD -> feature/author, origin/feature/author) | ||
| * 1d5ba44 - (2 seconds ago) Autors: Pau - Mar | ||
| * 8683319 - (2 seconds ago) Autors: Anna - Mar | ||
| * 24be503 - (2 seconds ago) README.md: Secció d'autors - Mar | ||
|/ | ||
* b11655b - (2 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main, develop) | ||
* ec0e2bd - (3 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main, develop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
mar@fp:~/gitflow/mar (develop) $ git push | ||
To ~/gitflow/remot | ||
26e4b55..21278b3 develop -> develop | ||
b7bf0a5..f9152dc develop -> develop | ||
mar@fp:~/gitflow/mar (develop) $ git lga | ||
* 21278b3 - (0 seconds ago) Merge branch 'feature/author' - Mar (HEAD -> develop, origin/develop) | ||
| * 2d65a0b - (0 seconds ago) Merge branch 'develop' into feature/author - Mar (feature/author) | ||
* f9152dc - (0 seconds ago) Merge branch 'feature/author' - Mar (HEAD -> develop, origin/develop) | ||
| * 72afb5a - (0 seconds ago) Merge branch 'develop' into feature/author - Mar (feature/author) | ||
| |\ | ||
| |/ | ||
|/| | ||
* | 26e4b55 - (0 seconds ago) Merge branch 'feature/license' - Pau | ||
* | 2241b23 - (1 second ago) Merge branch 'feature/readme' - Anna | ||
| * 6a65cbc - (1 second ago) Autors: Mar - Mar (origin/feature/author) | ||
| * 41f9bfe - (1 second ago) Autors: Pau - Mar | ||
| * 36c37ef - (1 second ago) Autors: Anna - Mar | ||
| * 4b4163e - (1 second ago) README.md: Secció d'autors - Mar | ||
* | b7bf0a5 - (1 second ago) Merge branch 'feature/license' - Pau | ||
* | 2bc4029 - (2 seconds ago) Merge branch 'feature/readme' - Anna | ||
| * a216550 - (3 seconds ago) Autors: Mar - Mar (origin/feature/author) | ||
| * 1d5ba44 - (3 seconds ago) Autors: Pau - Mar | ||
| * 8683319 - (3 seconds ago) Autors: Anna - Mar | ||
| * 24be503 - (3 seconds ago) README.md: Secció d'autors - Mar | ||
|/ | ||
* b11655b - (2 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main) | ||
* ec0e2bd - (4 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ pau@fp:~/gitflow $ cd ~/gitflow/pau | |
pau@fp:~/gitflow/pau (main) $ git config user.name "Pau" | ||
pau@fp:~/gitflow/pau (main) $ git config user.email "[email protected]" | ||
pau@fp:~/gitflow/pau (main) $ git checkout develop | ||
Branch 'develop' set up to track remote branch 'develop' from 'origin'. | ||
branch 'develop' set up to track 'origin/develop'. | ||
Switched to a new branch 'develop' | ||
pau@fp:~/gitflow/pau (develop) $ git checkout -b feature/license | ||
Switched to a new branch 'feature/license' | ||
|
@@ -11,19 +11,19 @@ pau@fp:~/gitflow/pau (feature/license) $ echo "## Llicència" >> LICENSE | |
pau@fp:~/gitflow/pau (feature/license) $ echo "CC BY-NC-SA 4.0 DEED - Reconeixement-NoComercial-CompartirIgual 4.0 Internacional" >> LICENSE | ||
pau@fp:~/gitflow/pau (feature/license) $ git add LICENSE | ||
pau@fp:~/gitflow/pau (feature/license) $ git commit -m "LICENSE: Afegida llicència" | ||
[feature/license 2da5ca1] LICENSE: Afegida llicència | ||
[feature/license b11b498] LICENSE: Afegida llicència | ||
1 file changed, 3 insertions(+) | ||
create mode 100644 LICENSE | ||
pau@fp:~/gitflow/pau (feature/license) $ echo "" >> LICENSE | ||
pau@fp:~/gitflow/pau (feature/license) $ echo "Més informació: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ca" >> LICENSE | ||
pau@fp:~/gitflow/pau (feature/license) $ git commit -a -m "LICENSE: Enllaç a la llicència" | ||
[feature/license c424285] LICENSE: Enllaç a la llicència | ||
[feature/license c213387] LICENSE: Enllaç a la llicència | ||
1 file changed, 2 insertions(+) | ||
pau@fp:~/gitflow/pau (feature/license) $ git push -u origin feature/license | ||
Branch 'feature/license' set up to track remote branch 'feature/license' from 'origin'. | ||
branch 'feature/license' set up to track 'origin/feature/license'. | ||
To ~/gitflow/remot | ||
* [new branch] feature/license -> feature/license | ||
pau@fp:~/gitflow/pau (feature/license) $ git lga | ||
* c424285 - (0 seconds ago) LICENSE: Enllaç a la llicència - Pau (HEAD -> feature/license, origin/feature/license) | ||
* 2da5ca1 - (0 seconds ago) LICENSE: Afegida llicència - Pau | ||
* b11655b - (1 second ago) Commit inicial - Joan Puigcerver (origin/main, origin/develop, origin/HEAD, main, develop) | ||
* c213387 - (0 seconds ago) LICENSE: Enllaç a la llicència - Pau (HEAD -> feature/license, origin/feature/license) | ||
* b11b498 - (0 seconds ago) LICENSE: Afegida llicència - Pau | ||
* ec0e2bd - (1 second ago) Commit inicial - Joan Puigcerver (origin/main, origin/develop, origin/HEAD, main, develop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
pau@fp:~/gitflow/pau (develop) $ git branch -D feature/license | ||
Deleted branch feature/license (was b09b1fb). | ||
Deleted branch feature/license (was 5b6d510). | ||
pau@fp:~/gitflow/pau (develop) $ git push origin --delete feature/license | ||
To ~/gitflow/remot | ||
- [deleted] feature/license | ||
pau@fp:~/gitflow/pau (develop) $ git lga | ||
* 26e4b55 - (0 seconds ago) Merge branch 'feature/license' - Pau (HEAD -> develop, origin/develop) | ||
* 2241b23 - (1 second ago) Merge branch 'feature/readme' - Anna | ||
| * 6a65cbc - (1 second ago) Autors: Mar - Mar (origin/feature/author) | ||
| * 41f9bfe - (1 second ago) Autors: Pau - Mar | ||
| * 36c37ef - (1 second ago) Autors: Anna - Mar | ||
| * 4b4163e - (1 second ago) README.md: Secció d'autors - Mar | ||
* b7bf0a5 - (0 seconds ago) Merge branch 'feature/license' - Pau (HEAD -> develop, origin/develop) | ||
* 2bc4029 - (1 second ago) Merge branch 'feature/readme' - Anna | ||
| * a216550 - (2 seconds ago) Autors: Mar - Mar (origin/feature/author) | ||
| * 1d5ba44 - (2 seconds ago) Autors: Pau - Mar | ||
| * 8683319 - (2 seconds ago) Autors: Anna - Mar | ||
| * 24be503 - (2 seconds ago) README.md: Secció d'autors - Mar | ||
|/ | ||
* b11655b - (2 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main) | ||
* ec0e2bd - (3 seconds ago) Commit inicial - Joan Puigcerver (origin/main, origin/HEAD, main) |
Oops, something went wrong.