Skip to content

jarriagadat/opensees-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

opensees-tutorial

2023 01 16


conectar con GIT BASH

_ cd /~Desktop
_ mkdir beam_demo
_ cd beam_demo

start .
code .

git init
git config --global user.name "username"
git config --global user.mal "mail"
git clone (link repo de github)
git status
git add .
git commit -m "test"
git push origin main