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
| generating the key: | |
| ssh-keygen -t rsa | |
| or | |
| ssh-keygen -t ed25519 -C "your_email@example.com" | |
| printing the key: | |
| cat ~/.ssh/id_rsa.pub | |
| or |
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
| const currencyFormatter = (value?: number) => { | |
| if (typeof value !== 'number') return 'R$'; | |
| return 'R$ ' + value.toFixed(2).replace('.', ',').replace(/(\d)(?=(\d{3})+\,)/g, '$1.'); | |
| } |
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
| [user] | |
| name = Marcelo Lima | |
| email = jmdl.k8@gmail.com | |
| [alias] | |
| # add command shorthanded | |
| a = add | |
| # commit a change on stage | |
| ci = commit -m | |
| # show status prettier |
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
| {"version":1,"resource":"file:///Users/jose.lima/Documents/GitProjects/assai-clientes-app/src/screens/Discounts/hooks/useDiscountCategories.ts","entries":[{"id":"dO0X.ts","timestamp":1660919633302},{"id":"DetH.ts","timestamp":1660919660286},{"id":"69EY.ts","timestamp":1660919687808},{"id":"aYA9.ts","source":"Workspace Edit","timestamp":1660919696568},{"id":"NCN8.ts","timestamp":1660919715288},{"id":"ymFE.ts","timestamp":1660919746230},{"id":"lO7G.ts","timestamp":1660919782540},{"id":"RGBN.ts","timestamp":1660920033092},{"id":"6Z9D.ts","timestamp":1660922946676},{"id":"5A3t.ts","source":"undoRedo.source","timestamp":1660922981679},{"id":"gEfE.ts","timestamp":1660923006166},{"id":"o3ms.ts","source":"moved.source","timestamp":1660924207146},{"id":"25Ik.ts","timestamp":1660930883660},{"id":"7HHa.ts","timestamp":1660936424713},{"id":"UP5N.ts","timestamp":1661282767528},{"id":"G4bJ.ts","timestamp":1663771861836},{"id":"741k.ts","timestamp":1663771899634},{"id":"RA8O.ts","timestamp":1663771913029},{"id":"9kGe.ts","t |