Skip to content

Commit f7fb3e7

Browse files
committed
add additional text to push warning message
1 parent 15f9f0b commit f7fb3e7

File tree

2 files changed

+89
-68
lines changed

2 files changed

+89
-68
lines changed

ui/package-lock.json

Lines changed: 87 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/Components/DashBoard/Repository/GitComponents/GitOperation/PushComponent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ export default function PushComponent(props) {
294294

295295
{noRemoteBranchIndicator ? (
296296
<div className="p-3 text-center mx-auto mt-10 w-full bg-yellow-100 border-b-4 border-dashed border-yellow-200 text-yellow-500 font-semibold font-sans text-xl rounded-lg shadow">
297-
Looks like a new branch with no upstream branch
297+
Looks like a new branch with no upstream. Click on "PUSH
298+
CHANGES" to create an upstream
298299
</div>
299300
) : null}
300301

0 commit comments

Comments
 (0)