imalightbulb
08/22/2020, 2:26 PMimalightbulb
08/22/2020, 2:27 PMkevins8
08/22/2020, 2:39 PM# Learn
is for convenience. you can override it if you wishkevins8
08/22/2020, 2:40 PMimalightbulb
08/22/2020, 2:40 PMimalightbulb
08/22/2020, 2:40 PMkevins8
08/22/2020, 2:40 PMimalightbulb
08/22/2020, 2:41 PMimalightbulb
08/22/2020, 2:41 PMimalightbulb
08/22/2020, 2:41 PMkevins8
08/22/2020, 2:41 PMkevins8
08/22/2020, 2:42 PMimalightbulb
08/22/2020, 2:42 PMimalightbulb
08/22/2020, 2:43 PMgit commit
after the first two commandsimalightbulb
08/22/2020, 2:44 PMkevins8
08/22/2020, 2:47 PMDendron
kevins8
08/22/2020, 2:47 PMkevins8
08/22/2020, 2:48 PMgit init
when inside dendron to create a repositoryimalightbulb
08/22/2020, 2:48 PMimalightbulb
08/22/2020, 2:48 PMimalightbulb
08/22/2020, 2:49 PMgit add .
git commit -m whatever
git commit
git push
right?kevins8
08/22/2020, 2:54 PMkevins8
08/22/2020, 2:54 PMkevins8
08/22/2020, 2:54 PMgit remote add origin {your github url}
kevins8
08/22/2020, 2:54 PMgit push -f
to override what is there alreadyimalightbulb
08/22/2020, 2:55 PMgit remote add origin {your github url}
imalightbulb
08/22/2020, 2:55 PMgit push -f
kevins8
08/22/2020, 3:57 PMkevins8
08/22/2020, 3:57 PMgit push --set-upstream ...
imalightbulb
08/22/2020, 4:03 PM