One of the other great uses for GitHub is as a place to back up and share your dotfiles
There are a variety of ways to back up your dotfiles.
The simplest is to create a repository names Dotfiles
on GitHub.
Simply commit and add any dotfiles you wish to back up (e.g your .bashrc or .vimrc or .gitconfig)
PLEASE NOTE: This is just one of MANY ways to back up your dotfiles. But this is basic and good for a beginner
1link$#!/bin/bash
2link$
3link$# A script to merge my cheatsheets to my git backup repo
4link$
5link$cp -a /Users/admin/.cheatsheet/. /Users/admin/Git_Downloads/Dotfiles/Cheatsheets/
6link$echo "merging cheatsheets"
1link$alias mergecheatsheets="~/.cheatsheet/merge-cheatsheets.sh"
Home Backstory Why Git? Setting Up GitHub GitHub CLI Your GitHub Profile GitHub Pages Creating A New Repo Cloning A Repository Your First Commit Ignoring Files In Git Stashing Your Changes Branching With Git Merging Git Branches Rebasing Vs Merging Git Workflows Fork And Pull Flow Your First Pull Request Automated Security Alerts Seeing The Differences Removing/Deleting Files Reverting Your Commits Configuring your Git Commit Templates Creating Shortcuts Dotfile Management Sponsoring Open Source Handy Commands Thank You