You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
# "main" possibly not default branch name so create it
102
102
create_main_branch="git checkout -b main"
@@ -114,7 +114,7 @@ fetch_upstream()
114
114
init()
115
115
{
116
116
if [ "$help" ];then
117
-
func=${1:-init}
117
+
func="${1:-init}"
118
118
echo"${bold}smud $func${normal}: Initializes local repository and sets upstream, origin remotes and source-branch"
119
119
printf"Upstream: \n"
120
120
printf" With Only ${green}$func${normal}, Upstream '$default_upstream' will be configured if not configured yet. When configured the upstream will be fetched. \n"
0 commit comments