- If you go [here](https://gitlab.com/openingdesign) you can see a list of current and past projects and their associated chat rooms.
- Majority of these rooms are public where past conversations can be reviewed by anyone, at anytime.
- There are private channels, however, as well.
- There are private channels, however, as well.
- To install, go to https://element.io/get-started
- Element has apps for Web, Android, iOS, macOS, Windows & Linux
- Search and connect with ```@theoryshaw:matrix.org``` (Ryan Schultz)
- Element has apps for Web, Android, iOS, macOS, Windows & Linux
- Search and connect with ```@theoryshaw:matrix.org``` (Ryan Schultz)
### File Management on Windows
@ -63,16 +63,21 @@
- Run **Git Bash** in administrator mode, like [this](https://www.dropbox.com/s/wk3l5weh1pt70oh/3TOLBa3Rs0.mp4?dl=0) and do the following 4 commands. Do them in the exact following order.
1. `git config --system core.longpaths true`
- Long answer [here](https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows/22575737#22575737)
1. `git config --system --unset core.autocrlf`
1. `git config --global core.autocrlf true`
1. `git config --global core.compression 0`
- Long answer [here](https://stackoverflow.com/a/22317479)
- Long answer [here](https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows/22575737#22575737)
2. `git config --system --unset core.autocrlf`
3. `git config --global core.autocrlf true`
4. `git config --global core.compression 0`
- Long answer [here](https://stackoverflow.com/a/22317479)
- Create accounts at...
- Gitlab: https://gitlab.com/users/sign_up
- Github: https://github.com/join
- Gitlab: go to https://gitlab.com/users/sign_up to create an account
- Then set up Personal Access Token [here](https://gitlab.com/-/profile/personal_access_tokens)
- 
- Save the following token 'password' and don't share with anyone! You will use this as a 'password' for pushing stuff to/from TortoiseGit

- Github: go to https://github.com/join to create an account
- Then set up Personal Access Token [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
- Download and install https://tortoisegit.org/download/
@ -97,20 +102,13 @@
---
### Cloning a Repo for the First Time
*Essentionally ''cloning' a repo means you're downloading the entire project folder onto your local machine. Once it pulled down (downloaded) you don't have to clone it again.*
*After it's cloned, if there's a change on the repo you want to pull down to your local machine, follow the steps in the following section: [Pulling the latest changes down from the remote repo](#pulling-the-latest-changes-down-from-the-remote-repo)*.
1. Copy the HTTPS address from either Github or Gitlab.
1. Copy the **HTTPS***(not SSH)* address from either Github or Gitlab.
- From Gitlab...
- 
- From Github...
@ -218,10 +216,6 @@ If your file ever gets above 100mbs and you can't push to Github, try...
---
### Markdown Editor
- We use markdown a lot. [Here's](https://yorik.uncreated.net/blog/2021-015-markdown) why.
@ -242,8 +236,6 @@ If your file ever gets above 100mbs and you can't push to Github, try...
### Random Errors
- warning: LF will be replaced by CRLF.
- Solution
@ -272,28 +264,31 @@ If your file ever gets above 100mbs and you can't push to Github, try...
- Record audio and mic on ShareX: https://softwarerecs.stackexchange.com/questions/42767/screen-recording-tool-that-records-both-speaker-o-p-as-well-as-mic-input/74728#74728
- If Gitlab password is not working: https://stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication/51133684#51133684
- If Gitlab password is not working: https://stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication/51133684#51133684