0% found this document useful (0 votes)
3 views1 page

Git Workflow for Derivatives Model

Uploaded by

Victória Gomes
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Git Workflow for Derivatives Model

Uploaded by

Victória Gomes
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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/
# [Link]
#
output_mod_csv3_swp_com_flx/.ipynb_checkpoints/derv_produto_bcom_pos_20230808.csv-
[Link]
#
output_mod_csv3_swp_com_flx/.ipynb_checkpoints/derv_produto_bcom_pos_20230808_h.csv
-[Link]
# output_mod_csv3_swp_com_flx/.ipynb_checkpoints/part-00000-317f7c8a-67ed-
[Link]
# output_mod_csv3_swp_com_flx/part-00000-317f7c8a-67ed-4d62-9c8a-
[Link]
# [Link]
nothing added to commit but untracked files present (use "git add" to track)
sh-4.2$ git config --global [Link] "c1333542@[Link]"
sh-4.2$ git config --global [Link] "C1333542 Victoria Dos Santos Gomes"
sh-4.2$ git pull
Username for '[Link] c1333542
Password for '[Link]
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 [Link]
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