Skip to content

Take variables introduces in for-statements into account #12

Closed
@mads-hartmann

Description

@mads-hartmann

Go to declaration at references to project doesn't work.

for project in $(ls ~/dev/${kind}); do
    path="${HOME}/dev/${kind}/${project}"
    echo "Checking project ${path}"
    # Check if there are any unpushed branches
    if is-git-repository; then
        cd "${path}" && git log --branches --not --remotes --no-walk --decorate --oneline
    fi
done

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions