The git stash can be used to store changes temporarily. If we drop these changes, we can still get them back again. We look at how to re-apply a stashed change, and how to find it.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Ops
- All
- Docker (57)
- Jenkins (21)
- Git (12)
- Kubernetes (9)
- Series (2)
- Logging (2)
- DevOps (2)
- Deployment Tools (2)
- DevOps Concepts (1)
- Cloud (1)
Assigning a Port Mapping to an Existing Docker Container
Filed under Docker
When running a Docker container we can set a port mapping to allow communication through the host. This usually is fixed for the lifetime of the container. We explore some strategies for changing the port mapping for an existing container.
Remove a Large File from Commit History in Git
Filed under Git
Learn how to remove large files from the commit history of a git repository using various tools.
How to Run a Cron Job Inside a Docker Container?
Filed under Docker
A quick and practical guide to running CRON jobs in a Docker container.
Removing Docker Containers
Filed under Docker
Learn why it is necessary to remove Docker containers.
How to Get Docker-Compose to Always Use the Latest Image
Filed under Docker
In this tutorial, we’ll check out several options to ensure that docker-compose always uses the latest images of the applications.
States of a Docker Container
Filed under Docker
Explore different states of a Docker container.
Share Docker Images Without Using the Docker Hub
Filed under Docker
Learn about the Docker save and load commands and how to transfer a Docker image using these commands.
Undo and Revert Commits in Git
Filed under Git
Learn the safest way to undo or revert commits in a Git repository.