Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "git -m" #3

Open
Drasek opened this issue Mar 9, 2017 · 4 comments
Open

Error "git -m" #3

Drasek opened this issue Mar 9, 2017 · 4 comments

Comments

@Drasek
Copy link

Drasek commented Mar 9, 2017

Hello, i try to use your manual to set up our gateway and the line:

git add . git -m "first upload of ttn files to resin" git push resin master

gives me a error: error: unknown switch m'`

I am on a Mac (OSX, running Sierra), just using the standard terminal. Thank you for your help!

@jpmeijers
Copy link

The newlines went missing. Try:

git add .
git commit -m "first upload of ttn files to resin"
git push resin master

@rayozzie
Copy link
Owner

rayozzie commented Mar 9, 2017

fixed the README.md

@Drasek
Copy link
Author

Drasek commented Mar 10, 2017

The "comit" is needed in the second line and still missing readme.md, could you please add it?

@rayozzie
Copy link
Owner

right you are. fixed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants