https://www.dendron.so/ logo
Join Discord
Powered by
# chat
  • i

    imalightbulb

    08/22/2020, 2:26 PM
    @User What's the proper way to publish? Run git commands ---> build pod ---> deploy?
  • i

    imalightbulb

    08/22/2020, 2:27 PM
    Have some issues in publishing, I can share my screen in the voice chat if you're free
  • k

    kevins8

    08/22/2020, 2:39 PM
    > > How about that syntax problem? The '# Learn' was generated automatically. Just ignore? Sorry, I'm not an IT guy. > @User the
    # Learn
    is for convenience. you can override it if you wish
  • k

    kevins8

    08/22/2020, 2:40 PM
    > Have some issues in publishing, I can share my screen in the voice chat if you're free @User the steps are make changes -> build pod -> run git commands to commit and deploy
  • i

    imalightbulb

    08/22/2020, 2:40 PM
    😂😂😂😂ok
  • i

    imalightbulb

    08/22/2020, 2:40 PM
    I got it wrong
  • k

    kevins8

    08/22/2020, 2:40 PM
    i'm in the middle of something now but can chat later today if your still stuck
  • i

    imalightbulb

    08/22/2020, 2:41 PM
    sure, feel free to ping me once you're free
  • i

    imalightbulb

    08/22/2020, 2:41 PM
    But if I don't responce mostly because I'd slept
  • i

    imalightbulb

    08/22/2020, 2:41 PM
    I'll tell you if I solved it
  • k

    kevins8

    08/22/2020, 2:41 PM
    👍
  • k

    kevins8

    08/22/2020, 2:42 PM
    after all this is done, you'll basically be a programmer 😉
  • i

    imalightbulb

    08/22/2020, 2:42 PM
    WOW
  • i

    imalightbulb

    08/22/2020, 2:43 PM
    @User I ran
    git commit
    after the first two commands
  • i

    imalightbulb

    08/22/2020, 2:44 PM
    but it seems to upload all of my files
  • k

    kevins8

    08/22/2020, 2:47 PM
    you should initialize your repository inside
    Dendron
  • k

    kevins8

    08/22/2020, 2:47 PM
    it looks like your repository is outside of Dendron right now
  • k

    kevins8

    08/22/2020, 2:48 PM
    run
    git init
    when inside dendron to create a repository
  • i

    imalightbulb

    08/22/2020, 2:48 PM
    okiee
  • i

    imalightbulb

    08/22/2020, 2:48 PM
    lol the wrong pic just now
  • i

    imalightbulb

    08/22/2020, 2:49 PM
    so now i should run
    git add .
    git commit -m whatever
    git commit
    git push
    right?
  • k

    kevins8

    08/22/2020, 2:54 PM
    yep
  • k

    kevins8

    08/22/2020, 2:54 PM
    make sure that this repository has your github set as your remote
  • k

    kevins8

    08/22/2020, 2:54 PM
    so you need to run
    git remote add origin {your github url}
  • k

    kevins8

    08/22/2020, 2:54 PM
    if you already have an existing repo, you'll need to run
    git push -f
    to override what is there already
  • i

    imalightbulb

    08/22/2020, 2:55 PM
    I ran
    git remote add origin {your github url}
  • i

    imalightbulb

    08/22/2020, 2:55 PM
    and this error occurs when I ran
    git push -f
  • k

    kevins8

    08/22/2020, 3:57 PM
    oh yeah, this is because git wasn't designed for humans 😅
  • k

    kevins8

    08/22/2020, 3:57 PM
    you will want to follow the message and run that command
    git push --set-upstream ...
  • i

    imalightbulb

    08/22/2020, 4:03 PM
    😆 I'll continue it tomorrow then, gonna sleep
1...192021...148Latest