We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$git init Reinitialized existing Git repository in /home/nina/.git/
what happens afterwards??? $git add .
git commit -m 'first'
^C $git commit -m 'first'
*** Please tell me who you are.
Run
git config --global user.email "[email protected]" git config --global user.name "Your Name"
to set your account's default identity. Omit --global to set the identity only in this repository.
how can i recognize in which URL should i go $heroku create Creating app... done, ⬢ pacific-sierra-89270 https://pacific-sierra-89270.herokuapp.com/ | https://git.heroku.com/pacific-sierra-89270.git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$git init
Reinitialized existing Git repository in /home/nina/.git/
what happens afterwards???
$git add .
git commit -m 'first'
^C
$git commit -m 'first'
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'nina@nina.(none)')
how can i recognize in which URL should i go
$heroku create
Creating app... done, ⬢ pacific-sierra-89270
https://pacific-sierra-89270.herokuapp.com/ | https://git.heroku.com/pacific-sierra-89270.git
The text was updated successfully, but these errors were encountered: