Create Session tmux
Detach Current Session ctrl + b + d
Attach Session tmux attach
| #!/bin/bash | |
| # Define the host alias | |
| host_alias="github.com" # host alias as defined in .ssh/config | |
| branch_name="latest" # name of the working branch | |
| group_name="any" # name of the user or corp or group | |
| # Assuming the text file is named repos.txt and is located in the current directory | |
| while IFS= read -r repo | |
| do |
| ####### Basics to Cover ####### | |
| HTML - BASICS | |
| HTML - BASICS - Best practices | |
| HTML - BASICS - Accessibility | |
| HTML - BASICS - SEO Basics | |
| HTML - BASICS - Forms and Validations | |
| CSS - BASICS | |
| CSS - BASICS - Layouts - Floats | |
| CSS - BASICS - Layouts - Positioning | |
| CSS - BASICS - Layouts - Display |