0% found this document useful (0 votes)
3 views

Git Pull

Uploaded by

Victória Gomes
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Git Pull

Uploaded by

Victória Gomes
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sh-4.

2$ pwd
/projeto/42e9b911-8d3b-4521-98ed-67773eaa4587/workdir
sh-4.2$ cd modelos/esteira_de_derivativos/
sh-4.2$ pwd
/projeto/42e9b911-8d3b-4521-98ed-67773eaa4587/workdir/modelos/
esteira_de_derivativos
sh-4.2$ git status
# On branch 2-modelo-swp-sem-flx
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .ipynb_checkpoints/
# SparkCleaner.ipynb
#
output_mod_csv3_swp_com_flx/.ipynb_checkpoints/derv_produto_bcom_pos_20230808.csv-
checkpoint.gravando
#
output_mod_csv3_swp_com_flx/.ipynb_checkpoints/derv_produto_bcom_pos_20230808_h.csv
-checkpoint.gravando
# output_mod_csv3_swp_com_flx/.ipynb_checkpoints/part-00000-317f7c8a-67ed-
4d62-9c8a-34c3ec530480-c000-checkpoint.csv
# output_mod_csv3_swp_com_flx/part-00000-317f7c8a-67ed-4d62-9c8a-
34c3ec530480-c000.csv
# teste.env
nothing added to commit but untracked files present (use "git add" to track)
sh-4.2$ git config --global user.email "[email protected]"
sh-4.2$ git config --global user.name "C1333542 Victoria Dos Santos Gomes"
sh-4.2$ git pull
Username for 'https://analytics.fontes.intranet.bb.com.br': c1333542
Password for 'https://[email protected]':
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7 (delta 5), reused 0 (delta 0)
Unpacking objects: 100% (7/7), done.
From https://analytics.fontes.intranet.bb.com.br/d4o/Sandboxes/d4o1e77/modelos/
esteira_de_derivativos
8c1e2e3..201b2f0 2-modelo-swp-sem-flx -> origin/2-modelo-swp-sem-flx
Updating 8c1e2e3..201b2f0
Fast-forward
mod_csv3_swp_com_flx.ipynb | 2066 ++++++++++
+------------------------------------------------------
mod_csv3_swp_com_flx_2.ipynb | 3372 ++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 3691 insertions(+), 1747 deletions(-)
create mode 100644 mod_csv3_swp_com_flx_2.ipynb
sh-4.2$

You might also like