mirror of
https://github.com/bckelley/DevWorkSpace.git
synced 2026-08-24 03:14:11 -05:00
Added TODO list
This commit is contained in:
+8
-8
@@ -139,15 +139,15 @@ function New-Project {
|
||||
}
|
||||
|
||||
if ($r.clone_url) {
|
||||
$msg =
|
||||
@"
|
||||
To push an existing local repository to Github run these commands:
|
||||
-> git remote add $repo $($r.clone_url)"
|
||||
-> git push -u $repo master
|
||||
"@
|
||||
Write-Host $msg -ForegroundColor Green
|
||||
# $msg =
|
||||
# @"
|
||||
# To push an existing local repository to Github run these commands:
|
||||
# -> git remote add $repo $($r.clone_url)"
|
||||
# -> git push -u $repo master
|
||||
# "@
|
||||
# Write-Host $msg -ForegroundColor Green
|
||||
|
||||
git remote add master $r.clone_url
|
||||
git remote add $repo $r.clone_url
|
||||
git push $repo master
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user