Fueling Curiosity, One Insight at a Time
At Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.
Jan 12, 2019
Elixir refactoring if/else using pattern matching https://gist.github.com/iffyuva/6dbc3d3657e5b1e585c2ce2d53b6c973
iffyuva
Jan 8, 2019
bash
stands for : Bourne Again SHell
revath
Jan 8, 2019
when you have mulitple GPG keys use
git config --local user.signingkey
to set for per repo basis. To get the key id gpg --list-secret-keys --keyid-format LONG
form the response first line sec 4096R/0C925B3BF9CD5924 2019-01-08
the key id will be 0C925B3BF9CD5924
revath
Jan 7, 2019
Generate https certificates for localhost https://blog.filippo.io/mkcert-valid-https-certificates-for-localhost/
iffyuva
Jan 3, 2019
In order to delete untracked files, I use this
for f in $(git ls-files . --exclude-standard --others); do rm $f; done
. Is there any simpler version?iffyuva
Jan 2, 2019
cp -p
preserves file attributes(e.g. modification time) while copying filesgoromlagche
Dec 29, 2018
git fetch origin pull//head:
to checkout github pull request to local branch without adding the fork to your remote.revath
Dec 14, 2018
http://serveo.net “Expose local servers to the internet
No installation, no signup, and persistent subdomains too!”
No installation, no signup, and persistent subdomains too!”
akash
Dec 13, 2018
http://sethrobertson.github.io/GitFixUm/fixup.html “choose your own adventure for git fixup”
iffyuva
Showing 55 to 57 of 77 results
Ready to Build Something Amazing?
Codemancers can bring your vision to life and help you achieve your goals
- Address
2nd Floor, Zee Plaza,
No. 1678, 27th Main Rd,
Sector 2, HSR Layout,
Bengaluru, Karnataka 560102 - Contact
hello@codemancers.com
+91-9731601276