Giter Site home page Giter Site logo

need to review docs about tui.editor HOT 8 CLOSED

nhn avatar nhn commented on May 2, 2024
need to review docs

from tui.editor.

Comments (8)

SetCodesToFire avatar SetCodesToFire commented on May 2, 2024 1

Hi I want to help you in this. Can i contribute?

from tui.editor.

kyuwoo-choi avatar kyuwoo-choi commented on May 2, 2024

@SetCodesToFire Sure! go ahead and give me a PR πŸ˜„
just make sure you're working on master branch

from tui.editor.

SetCodesToFire avatar SetCodesToFire commented on May 2, 2024

Hi.. What I usually do is

  1. fork the repository
  2. clone it in my local hard drive
  3. switch the branch
  4. do the significant chances in the repo
  5. add,commit
  6. push to origin branch-name

I did these steps in this repo too but i am left with an error thrown on the console saying that i am behind the master branch. Can you tell me how to overcome this. Thank You. πŸ‘

from tui.editor.

kyuwoo-choi avatar kyuwoo-choi commented on May 2, 2024

Hey @SetCodesToFire I think you need to follow https://help.github.com/articles/syncing-a-fork/
Cheers!

from tui.editor.

SetCodesToFire avatar SetCodesToFire commented on May 2, 2024

Hi @kyuwoo-choi thank you so much.

from tui.editor.

SetCodesToFire avatar SetCodesToFire commented on May 2, 2024

@kyuwoo-choi I am still facing issues. What could be done ,can you please help. I cannot get how to work on your master branch. I have forked the repo, then cloned it in my local drive, then i am doing git checkout -b master, which switches me to master branch, then i did the necessary changes and at last git checkout and git push origin master.

But when i am trying to push it,an error is shown on the screen telling that the files that i have cloned is some commits before the master branch,to push the file ,first i have to make a pull.

Is there a work around in this like i have to first clone the repo and then pull your master branch?

from tui.editor.

kyuwoo-choi avatar kyuwoo-choi commented on May 2, 2024

hey @SetCodesToFire

git checkout -b master won't do anything because what it does is creating a new branch named master which is already exist.
git checkout master will switch to master which is you'll want.

and you can not push to this repo directory. it's locked.

I see you have a commit in production branch in your repo.
So this time, just try again without -b when you switch the branch to master.

Thanks for your effort πŸ‘

from tui.editor.

SetCodesToFire avatar SetCodesToFire commented on May 2, 2024

Finally did it. πŸ‘ Thank you so much for appreciating me @kyuwoo-choi .

from tui.editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.