Skip to content

Instantly share code, notes, and snippets.

View oshingc's full-sized avatar

María Alejandra Gómez C. oshingc

  • Verizon Peru
  • Lima, Perú
View GitHub Profile
@oshingc
oshingc / Linux commands
Last active August 29, 2015 13:57
Linux Commands
sudo killall -9 java
sudo kill -9 `lsof -ti:8080`
@oshingc
oshingc / Git Commands
Last active July 27, 2023 03:07
Git Commands - Saving changes to a new Branch
//Get the project
git clone git@github.com: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