Skip to content

Instantly share code, notes, and snippets.

@mvnp
Created July 17, 2020 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvnp/987e4b7734a315bdc6ee750f93e07f15 to your computer and use it in GitHub Desktop.
Save mvnp/987e4b7734a315bdc6ee750f93e07f15 to your computer and use it in GitHub Desktop.
marcos@linux:~/Documents/Fractal/Projetos/siga-api$ git commit -m "Modificando \App\Entity\Barragem.php"
[weather c796d9be] Modificando \App\Entity\Barragem.php
1 file changed, 2 insertions(+), 2 deletions(-)
marcos@linux:~/Documents/Fractal/Projetos/siga-api$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 451 bytes | 451.00 KiB/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote:
remote: Create pull request for weather:
remote: https://bitbucket.org/fractaleng/siga-api/pull-requests/new?source=weather&t=1
remote:
To bitbucket.org:fractaleng/siga-api.git
392e6d8e..c796d9be weather -> weather
marcos@linux:~/Documents/Fractal/Projetos/siga-api$ ./git-siga.sh step-develop weather
Switched to branch 'develop'
Your branch is up to date with 'origin/develop'.
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 10 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (10/10), done.
From bitbucket.org:fractaleng/siga-api
3c80aa6c..f183d183 homolog -> origin/homolog
* [new branch] hotfix/baciaspehc_idbsp_serial -> origin/hotfix/baciaspehc_idbsp_serial
Already up to date.
Merge made by the 'recursive' strategy.
src/Entity/Barragem.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
On branch develop
Your branch is ahead of 'origin/develop' by 2 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
Enumerating objects: 10, done.
Counting objects: 100% (10/10), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 425 bytes | 425.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0)
remote:
remote: Create pull request for develop:
remote: https://bitbucket.org/fractaleng/siga-api/pull-requests/new?source=develop&t=1
remote:
To bitbucket.org:fractaleng/siga-api.git
bbb95304..3844c2e2 develop -> develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment