Skip to content

cintainfinita/TPIntApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TPIntApp

Para traer el repo:

git clone https://github.com/cintainfinita/TPIntApp.git

Para commitear al repo:

git add .

git commit -m "un comentario acorde al commit"

git push -u origin master

Por si se commiteo un archivo y luego se borra local y se desea borrar remoto:

git add -A

y luego se hace el commit normal

o mejor borrar un archivo especifico con "git rm"

Para actualizar el repo local con los cambios de otro es:

git pull

Si hice un cambio y no me sale mergear porque hice conflicto... se pierden los cambios locales (stash) y luego (pull) para traerme lo actual

git stash

========

Para swing bajar y meter en classpath:

http://www.jgoodies.com/download/libraries/forms/jgoodies-forms-1_8_0.zip http://www.jgoodies.com/download/libraries/common/jgoodies-common-1_8_1.zip http://www.migcalendar.com/miglayout/versions/4.0/miglayout-4.0-swing.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published