From 56e7474251ed480e1f440f5cb8077a91a0a9a94d Mon Sep 17 00:00:00 2001 From: Abhimanyu Singh Rathore Date: Mon, 20 Sep 2021 11:18:29 +0530 Subject: [PATCH] Added a few git articles --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 280bb62..1ff1d04 100644 --- a/README.md +++ b/README.md @@ -1080,4 +1080,8 @@ $ git config --global color.ui 1 | Title | Link | | ----- | ---- | | GitHub Flow | http://scottchacon.com/2011/08/31/github-flow.html | -| Migrating to Git Large File Storate (Git LFS) | http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/ | +| Migrating to Git Large File Storate (Git LFS) | http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/ | Git Rebase vs Merge |https://www.loginradius.com/blog/async/git-rebase-vs-git-merge/| +| Git useful commands|https://www.loginradius.com/blog/async/git-commands/| +| How Git local repository workds |https://www.loginradius.com/blog/async/how-git-local-repository-works/| +| Git force pull|https://www.loginradius.com/blog/async/git-pull-force/| +| What is Git cherry pick |https://www.loginradius.com/blog/async/git-cherry-pick/|