OKOmkar karpeinomkarkarpe07.hashnode.dev·Aug 30, 2023 · 2 min readBlog on Git basic concepts and commands1. git init: Usage: git init [repository name] The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository or initialize a new, empty repository. 2. git clone: Usage: git clone [ur...00
OKOmkar karpeinomkarkarpe07.hashnode.dev·Aug 28, 2023 · 1 min readRepositories in GitHubWhat is the repository in GitHub: A Git repository is the**.** git/ folder inside a project. This repository tracks all changes made to files in your project, building a history over time. What is the use of GitHub: A repository, or repo, is a centra...00
OKOmkar karpeinomkarkarpe07.hashnode.dev·Aug 16, 2023 · 5 min readGit and GitHubIntroduction: Hello everyone, This is Omkar and I am creating this blog to share some knowledge about Git and Github. Git and GitHub history:- Git was originally authored by Linus Torvalds in 2005 for the development of the Linux kernel, with other ...01A