(TIL) Mac: Sync with time server (Mojave)
To check and update your system time in macos Mojave:
To check and update your system time in macos Mojave:
To set which timezone your docker container should use, add the following to your Dockerfile:
When sudo is not available in container, you can jump into a running container as root user using one of these commands:
Say you are on a feature branch, and want to make a bug fix in master. Rather than stashing your changes, or clone-ing the entire repository, you can create ...
Generally when I invoke git rm <filename>, I do so with the intention of removing a file from the project entirely. git-rm does exactly that, removing ...