Skip to content

Commit 0cea635

Browse files
committed
updating git related links
1 parent 714a29c commit 0cea635

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Javascript/Truthy-isnt-Equal-to-true.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Now you are comparing "" == 1 and still left and right is not same type. Hence l
1616

1717
Finally, they are of same type, you are comparing 0 === 1 which will be false.
1818

19-
ref: [angus croll: truth and eqality in JS](https://javascriptweblog.wordpress.com/2011/02/07/truth-equality-and-javascript/),
19+
ref: [truth and eqality in JS](https://javascriptweblog.wordpress.com/2011/02/07/truth-equality-and-javascript/),
2020
ref: [truthy and falsy](http://www.sitepoint.com/javascript-truthy-falsy/)

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,20 @@ A collection of super-popular Interview questions, along with explanations and i
479479

480480
[[] Back to top](#table-of-contents-of-this-readme-file)
481481

482+
## Most common Git and Github related Interview Topics & Questions
483+
484+
(along with explanations - Links are across this whole Repository)
485+
486+
- [What is git stash](Git-and-Github/git-stash.md)
487+
- [What is git rebase](Git-and-Github/git-rebase/git-rebase.md)
488+
- [Resolving-merge-conflicts during git-rebase-](Git-and-Github/git-rebase/git-rebase-Resolving-merge-conflicts.md)
489+
- [git-squash-many-commits-to-a-single-one-before-PR](Git-and-Github/PR-Flow/git-squash-many-commits-to-a-single-one-before-PR.md)
490+
- [Pull-Requst-Steps-to-take-in-a-team-before-submitting-PR](Git-and-Github/PR-Flow/Pull-Requst-Steps-to-take-in-a-team-before-submitting-PR.md)
491+
- [Update-cloned-repo-in-local-machine-with-latest-master-branch](Git-and-Github/PR-Flow/Update-cloned-repo-in-local-machine-with-latest-master-branch.md)
492+
- [git-staging-area](Git-and-Github/git-staging-area.md)
493+
494+
[[] Back to top](#table-of-contents-of-this-readme-file)
495+
482496
## Understanding the Theory and the fundamentals of some super-popular Algorithm questions
483497

484498
- :link: [Big O Cheatsheet](http://bigocheatsheet.com/)

0 commit comments

Comments
 (0)