Posts by Ribeiro • 21 points
2 posts
-
1
votes3
answers2334
viewsA: What are the differences between "soft, Mixed, hard" in git reset?
Reset Soft Commit Undo. Keep Stage and modifications. Reset Mixed Undo Commit and Stage. Keeps modifications. Reset Hard Undo Commit, Stage and modifications. Stage "are the files selected for…
-
1
votes3
answers3847
viewsA: Telephone Field Mask
The example below contemplates cell phone with 9 digits (Cellular São Paulo) var options = { onKeyPress: function (phone, e, field, options) { var masks = ['(00) 0000-00000', '(00) 00000-0000']; var…