Day-12 Git & Github hands-on completion

Hi Guys,
I have completed the Linux & Git-GitHub hands-on and I hope you have learned something interesting from it.
I have made a small cheat sheet for regular commands used by DevOps.

Happy Learning!!
Search for a command to run...

Hi Guys,
I have completed the Linux & Git-GitHub hands-on and I hope you have learned something interesting from it.
I have made a small cheat sheet for regular commands used by DevOps.

Happy Learning!!
No comments yet. Be the first to comment.
Tasks 1: Create a Dictionary in Python and write it to a json File. Task 2: Read a json file services.json kept in this folder and print the service names of every cloud service provider. output aws : ec2 azure : VM gcp : compute engine H...

Task 1: Give the Difference between List, Tuple, and set with an example. A list is a collection of heterogeneous element which is mutable. It is defined using [ ] bracket. If you need a collection with duplicates and want the ability to modify it, u...

Python was created by Guido van Rossum, and released in 1991 What is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language. Python consists of vast libraries and various frameworks like Django, Tens...

Git Stash: If you need to temporarily save changes, Git stash is a helpful command that you can use without committing them. This is especially useful when you want to switch to a different branch to work on something else. To use Git stash, you crea...
