techfaqs / Tech-FAQs

Easy introductions to few important, simple, tech topics.
MIT License
8 stars 14 forks source link

Issue #57: Create version control directory #76

Closed anthonyalvarez closed 2 years ago

anthonyalvarez commented 2 years ago

Hello!

Hope my change are what your looking for. Please let me know how the next steps. Thank you.

Issue:

"Add Git, Bit bucket and other version control tool docs to a directory with each forming a sub-directory."

My Changes:

Create new directory called "version-control" in root. Move Git folder from root to "version-control" directory. Add two new Sub-directories to "version-control" directory.. Folder named "version-control" now has three sub-directories.

1. git
2. bitbucket
3. gitlab

Create sample README.md file for Bitbucket and GitLab sub-directories.

Reference Create a directory for version control - Issue #57

On branch feature/mkdire-version-control Changes to be committed: new file: version-control/bitbucket/README.md renamed: git/README.md -> version-control/git/README.md renamed: git/git_cheatsheet.md -> version-control/git/git_cheatsheet.md renamed: git/git_commands.md -> version-control/git/git_commands.md renamed: git/git_how_to_use.md -> version-control/git/git_how_to_use.md renamed: git/git_why_use.md -> version-control/git/git_why_use.md new file: version-control/gitlab/README.md

animenon commented 2 years ago

Look good 👍