@marks
Senior Developer
Nothing here yet.
Nothing here yet.
No blogs yet.
Hey, Syed, sorry for the late response. Let me explain. I work for Kolosek, a web and mobile development and design company. Recently, we started writing more articles on different topics in order to contribute to the development community. Our designers wrote about HTML and CSS, while our team of developers wrote about Rails and React JS. Since those articles are, so to speak, Kolosek's property, I felt free to repost them on Hashnode. Would it be OK if my teammates joined the Hashnode community and republished their articles? I'll be sure to add a name and a photo. Mark
Hmm, that's a good question! Well, one of my favorite commands is: $ git stash save <message> . It keeps the code clean and organized while allowing me to once again return to our undone work. Also, a recent Git feature allows you to stash specific files by using git stash push <path> , without the need of -p .