#github
Read more stories on Hashnode
Articles with this tag
☸️In the last two articles, we saw the basic commands of Docker and we even build docker files to deploy the web application on the browser. Now let’s...
Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This...
## Finally!! 🎉 I have completed the Linux & Git-GitHub hands-on and I hope you also have learned something interesting from it.🙌📝✏️ In the previous...
Git Branching:- Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch...
1 :- What is Git and why is it important? Ans :- Git is a DevOps tool used for source code management. It is a free and open-source version control...
## What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It...