This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Folder del proyecto | |
git checkout develop | |
git fetch | |
git pull | |
cd docente/ | |
sudo npm install | |
//Se instalará npm sino se borra la carpeta .npm y luego se prosigue con sudo npm install | |
//Actualizar las librerías según bower.json | |
bower update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo killall -9 java | |
sudo kill -9 `lsof -ti:8080` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Get the project | |
git clone [email protected]:username/repositoryname.git | |
//Make changes to the project | |
//Problem! You made changes to the project beeing on master branch, how do you save those changes to a new branch? | |
//Save a stack | |
git stash | |
//Check actual file mode |
NewerOlder