前提・実現したいこと

Ruby on rails にてサービスを複数人で開発中で、Githubを使用しております。ローカルで編集したファイルをPUSHしようとしたところ、下記のエラーメッセージが出てしまっています。
解決方法をご教示頂けませんでしょうか?

発生している問題・エラーメッセージ

TOMOAKI-no-MacBook-Pro:joinup TOMOAKI$ git push develop features/fukuda/user_view
fatal: 'develop' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

今までのコマンド経歴


git clone https://github.com/gsrailsteam/joinup.git


TOMOAKI$ git branch features/fukuda/user_view


TOMOAKI$ git checkout features/fukuda/user_view


joinup TOMOAKI$ bundle install

補足情報(言語/FW/ツール等のバージョンなど)

TOMOAKI-no-MacBook-Pro:joinup TOMOAKI$ git branch
develop

features/fukuda/user_view