# git操作用のフォルダー作成し移動
casting@casting:~$ mkdir Desktop/test/
casting@casting:~$ cd Desktop/test/
# git管理できる状態にする
casting@casting:~/Desktop/test$ git init
# bash_profileを起動
casting@casting:~/Desktop/test$ source ~/.bash_profile
test (🐒:master) :$
bash_profileの変更方法はカメさんの記事をご覧ください。
https://datawokagaku.com/terminal_prompt_git/