Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 311 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 311 Bytes

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