Category: Common

Common

Git Cherry-Pick

I have been using git more than 8 years now and there is a single mistake that I keep on doing, It is kind of a trademark of me 🙂 and because of this I have to spend extra some time to get the work done, I hope many of you do this mistake and […]

Imal Perera 
Common

Git Workflows for Intermediates

The workflow is simple terms is “Change Management” what I mean by that Is workflow basically provides a way for a large number of people to contribute to a single work parallelly but effectively. There is no universal solution which matches every team, but today we are looking into most commonly used git workflows. 1. […]

Imal Perera 
Common

FTP from Windows Command Prompt

Open CMD as Administrator Connecting to host ftp next you will ask to fill FTP username and the password, after successful login you will see message similar to this “230 Login successful” now visit location where you want to upload the file, mine is like this cd /var/lib/tomcat7 Now to upload fie. use command, put […]

Imal Perera