https://github.com/abdallahhemdan/version-control-with-git
💡 my solutions and notes for "Version Control With Git" that was created by By Atlassian University and delivered through Coursera platform..
https://github.com/abdallahhemdan/version-control-with-git
atlassian branching cmp22 commiting coursera fecu git git-commit git-ids git-locations git-merging git-workflow hemdan local-repository merging rebasing remote-repository tracking tracking-branches version-control
Last synced: about 1 month ago
JSON representation
💡 my solutions and notes for "Version Control With Git" that was created by By Atlassian University and delivered through Coursera platform..
- Host: GitHub
- URL: https://github.com/abdallahhemdan/version-control-with-git
- Owner: AbdallahHemdan
- License: mit
- Created: 2020-01-17T23:13:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T03:14:48.000Z (over 5 years ago)
- Last Synced: 2025-02-26T09:13:17.156Z (about 2 months ago)
- Topics: atlassian, branching, cmp22, commiting, coursera, fecu, git, git-commit, git-ids, git-locations, git-merging, git-workflow, hemdan, local-repository, merging, rebasing, remote-repository, tracking, tracking-branches, version-control
- Language: Jupyter Notebook
- Homepage:
- Size: 9.07 MB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Version Control With Git
[](https://github.com/AbdallahHemdan/Version-Control-with-Git/contributors)
[](https://github.com/AbdallahHemdan/Version-Control-with-Git/issues)
[](https://github.com/AbdallahHemdan/Version-Control-with-Git/network)
[](https://github.com/AbdallahHemdan/Version-Control-with-Git/stargazers)
[](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/LICENSE)## 💡 Version Control With Git
**_This repository will contain my work from Version Control With Git that was created by By Atlassian University and delivered through Coursera_**
### 📌 Git Commands [See](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Git%20Commands.md)
**_List of the most used git commands._**
### 📜 Notes
- [OurFirstRepo_DevOpsGitNutshell](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/00_OurFirstRepo_DevOpsGitNutshell.ipynb)
- [OurFirstRepo_GitOverview](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/01_OurFirstRepo_GitOverview.ipynb)
- [OurFirstRepo_GitLocations](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/02_OurFirstRepo_GitLocations.ipynb)
- [OurFirstRepo_CommitLocalRepo](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/03_OurFirstRepo_CommitLocalRepo.ipynb)
- [OurFirstRepo_CreateRemoteRepo](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/04_OurFirstRepo_CreateRemoteRepo.ipynb)
- [OurFirstRepo_PushToRemoteRepo](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/05_OurFirstRepo_PushToRemoteRepo.ipynb)
- [BranchesAndMergining_GitGraphModel](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/06_BranchesAndMergining_GitGraphModel.ipynb)
- [BranchesAndMergining_GitIDs](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/07_BranchesAndMergining_GitIDs.ipynb)
- [BranchesAndMergining_GitReferences](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/08_BranchesAndMergining_GitReferences.ipynb)
- [BranchesAndMergining_Branches](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/09_BranchesAndMergining_Branches.ipynb)
- [BranchesAndMergining_Merging](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/10_BranchesAndMergining_Merging.ipynb)
- [BranchesAndMerginingII_ResolvingMergeConflicts](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/11_BranchesAndMerginingII_ResolvingMergeConflicts.ipynb)
- [BranchesAndMerginingII_TrackingBranches](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/12_BranchesAndMerginingII_TrackingBranches.ipynb)
- [BranchesAndMerginingII_FetchPullPush](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/13_BranchesAndMerginingII_FetchPullPush.ipynb)
- [BranchesAndMerginingII_Rebasing](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/14_BranchesAndMerginingII_Rebasing.ipynb)
- [BranchesAndMerginingII_RewritingHistory](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/15_BranchesAndMerginingII_RewritingHistory.ipynb)
- [GitWorkflows_PullRequestsI](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/16_GitWorkflows_PullRequestsI.ipynb)
- [GitWorkflows_PullRequestsII](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/17_GitWorkflows_PullRequestsII.ipynb)
- [GitWorkflows_GitWorkflows](https://github.com/AbdallahHemdan/Version-Control-with-Git/blob/master/Notes/18_GitWorkflows_GitWorkflows.ipynb)
### TODO
- Adding Shortcuts for Labs
- Adding Shortcurs for the solutions