How to move forward and backward between commits in git
2020-09-01We always keep moving forward and backward between commits in . Once you checked out a previous hash no more shows the next commits, we end…
We always keep moving forward and backward between commits in . Once you checked out a previous hash no more shows the next commits, we end…
Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once…
Recently I started using Docker in my internship and sometimes you just mess up your docker images and containers, so you wanted to start…
Visual Code is an amazing editor and I use it for my everyday code. One thing bugs me every time is the files are not open permanently until…